Duplicate languages being shown on Language picker on Service PortalIssue The Service Portal language picker was showing "English" language entry 2 times on the Language picker as shown in the below screenshot, ReleaseAll releases which support Service PortalCauseThe Language picker was rendered via the "Knowledge Language Picker" widget on the affected instance. On this widget, there was a server code to add English as below, var recordEn = {}; recordEn.label = "English"; recordEn.value = "en"; languages.push(recordEn); This custom code was causing the duplication.ResolutionRevert the "Knowledge Language Picker" widget to the OOB version, this should resolve the issue.Related LinksHow to add language picker to Service Portal