akexorcist / Localization

[Android] In-app language changing library
Apache License 2.0
983 stars 154 forks source link

LocalizationService seem not working at all #104

Closed Stupidman22 closed 2 years ago

Stupidman22 commented 3 years ago

Hello bro, Thanks for creating this useful library. But right now I'm having a problem I have an service extend LocalizationService when creating it, i had tried to add some custom view . When change other language. My custom view did not update language. It use the default language of device. I using samsung device with os version 11

akexorcist commented 3 years ago

Do you add CustomView in Service? How?

akexorcist commented 2 years ago

Since AndroidX AppCompat has per-app language preferences for backward compatibility. Please migrate this library to AndroidX for more stability, compatibility, and longer support from Google team.

See Migrate to AndroidX guide

Thank you for your support