lingver
lingver copied to clipboard
It does not work for all languages
I have notice that this library does not change the locale for all languages, for example Tagalog (iso code tl or tl-rPH in Android Studio) doesn't work.
Attached an example project to demonstrate the issue. LocaleTest.zip
val configuration = Configuration(context.resources.configuration) configuration.setLocale(locale) val strLocale context.createConfigurationContext(configuration).resources.getString(resId)