You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: localize('relaunchDisplayLanguageMessage',"{0} needs to reload to change the display language",this.productService.nameLong),
36
+
message: localize('relaunchDisplayLanguageMessage',"To change the display language, {0} needs to reload",this.productService.nameLong),
37
37
detail: localize('relaunchDisplayLanguageDetail',"Press the reload button to refresh the page and set the display language to {0}.",languagePackItem.label),
38
38
primaryButton: localize({key: 'reload',comment: ['&& denotes a mnemonic character']},"&&Reload"),
39
39
});
@@ -52,7 +52,7 @@ export class WebLocaleService implements ILocaleService {
0 commit comments