lingver icon indicating copy to clipboard operation
lingver copied to clipboard

It does not work for all languages

Open MrMaxxan opened this issue 3 years ago • 1 comments

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

MrMaxxan avatar Oct 16 '21 21:10 MrMaxxan

val configuration = Configuration(context.resources.configuration) configuration.setLocale(locale) val strLocale context.createConfigurationContext(configuration).resources.getString(resId)

AlexeyGodyaev avatar Sep 05 '23 12:09 AlexeyGodyaev