rosetta icon indicating copy to clipboard operation
rosetta copied to clipboard

Feedback rosetta BUG

Open tcqq opened this issue 7 years ago • 1 comments

I set the preferred language is (automatically detect the system language),But if I changed the language of the phone system, and then open the program, the program language will not automatically switch

Code:
firstLaunchLocale = Locale.getDefault(); supportedLocales = new HashSet<>(); supportedLocales.add(Locale.CHINESE); supportedLocales.add(Locale.ENGLISH); supportedLocales.add(firstLaunchLocale); languageSwitcher = new LanguageSwitcher(this, firstLaunchLocale); languageSwitcher.setSupportedLocales(supportedLocales);

tcqq avatar Jun 24 '17 21:06 tcqq

Yes, I think this exists since it doesn't check the system language on every launch. Thanks for reporting this.

iamjazzar avatar Aug 05 '17 20:08 iamjazzar