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
As of API 25, Resources.updateConfiguration() is deprecated and should thus not be used anymore in Source/library/src/main/java/im/delight/android/languages/Language.java. This example shows what to do in the different APIs.
The text was updated successfully, but these errors were encountered:
While I appreciate your work and attempt to solve the problem of changing locales with a library, I wrote an answer on Stack Overflow with instructions for a non-libarary solution.
As of API 25,
Resources.updateConfiguration()
is deprecated and should thus not be used anymore inSource/library/src/main/java/im/delight/android/languages/Language.java
. This example shows what to do in the different APIs.The text was updated successfully, but these errors were encountered: