You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
val configuration = Configuration(context.resources.configuration)
configuration.setLocale(locale)
val strLocale context.createConfigurationContext(configuration).resources.getString(resId)
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
The text was updated successfully, but these errors were encountered: