core
core copied to clipboard
[Bug] Global locale doesn't change the entire language
Discussed in https://github.com/opensumi/core/discussions/1332
Originally posted by nguyenhongphat0 July 12, 2022 I tried to set the global locale when the app initialized:
export class ProjectSwitcherContribution implements ClientAppContribution {
initialize() {
setLanguageId('en-US');
}
}
And it's working with the most of the IDE, excepts for these commands:
I'm not sure what is that module, and how can change the language of it to English? Sorry that I don't know Chinese, and my target users of the IDE neither! Thank you!