I am facing issue with setting in app locale to zh_HK. The code Locale locale=new Locale("zh_HK") also not working and upon printing locales.getAvailable locales list, I am getting zh_HK_#Hans,zh_HK_#Hant. Further more setting Locale locale=new Locale("zh_HK_#Hans") is also NOT working.
in the printed list of available locales it has no option like zh_HK. I am importing java.utils.Locale.