Hi,
It is possible to get the device language for localization?
Thanks!
Hi,
It is possible to get the device language for localization?
Thanks!
You could use the browser language:
Check:
navigator.language || navigator.userLanguage
Great!
I think it also helps me.
Thanks!
In most cases the browser language is system/device language, but if someone wants to browse in chinese let him enjoy your app in chinese ^^
I made use of the Apache Cordova Globalization plugin to get the device language and locale.