Is it possible to create a localized android application independent from the device’s language. For example in .net we set CurrentCulture and CurrentUICulture to the specified language, is this possible in android? The goal is to create a multilingual android application.
Is it possible to create a localized android application independent from the device’s language.
Share
refer to this answer
Additional Tips:
To get the current Language :
To get the current Locale
or
Read this article on Localization strategies