<Android: Admob is changing language at MainActivi...
# stackoverflow
u
Android: Admob is changing language at MainActivity I'm working on a app which supports multi language. When the user selects language what they want, app sets Preference for it and the code is changing the language at Splash Screen. Everything was working fine before the admob integration. However, after changing the language on Splash Screen (ex: Turkish lang.), language resets to devices main language (ex: English lang.) on MainActivity due to admob ads. Any ideas how to fix it ? Code at splash screen : val sharedPref: SharedPreferences...