Get the device language for localization?

Hi,
It is possible to get the device language for localization?

Thanks!

You could use the browser language:
Check:
navigator.language || navigator.userLanguage

6 Likes

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 :wink: ^^

I made use of the Apache Cordova Globalization plugin to get the device language and locale.

2 Likes