core icon indicating copy to clipboard operation
core copied to clipboard

[Bug] Global locale doesn't change the entire language

Open erha19 opened this issue 3 years ago • 0 comments

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:

Screen Shot 2022-07-12 at 19 11 59

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!

erha19 avatar Jul 13 '22 03:07 erha19