How to set Locale for Greek , Chinese Traditional , Chinese Simplified
Thursday, July 4, 2019 at 05:07amBelow is not working
localeLang = new Locale("el"); // Greek
localeLang = new Locale("zh-TW"); // China Traditional
localeLang = new Locale("zh-CN"); // CHina Simplified
I have to add these languages in package. Greek one is also not working.
Reply to: How to set Locale for Greek , Chinese Traditional , Chinese Simplified
Thursday, July 4, 2019 at 06:42am.withLanguage(new Locale("el"))
works properly at my side, could we double check it and if the issue remains, you could share a package id to me and we'll investigate it further. Hope this could help! DuoReply to: How to set Locale for Greek , Chinese Traditional , Chinese Simplified
Sunday, July 7, 2019 at 01:58amReply to: How to set Locale for Greek , Chinese Traditional , Chinese Simplified
Monday, July 8, 2019 at 06:59am