Check language is supported in android device or not
I am developing one application with multiple language support, so I need to check whether language is supported by particular device or not – Android
I am developing one application with multiple language support, so I need to check whether language is supported by particular device or not – Android
In this article we are going to build multi-language supported app. We are going to support Gujarati language strings in our android application. How String localisation works: By default android considers English as primary language and loads the string from res->values->strings.xml. When you want to support another language, you need to create a values folder by appending […]