cordova-plugin-globalization
cordova-plugin-globalization copied to clipboard
[DEPRECATED] Apache Cordova Plugin globalization
I have install the plugin but it shows my globalization does not exist
`navigator.language` simply returns the first language set by the user in the device. `getLocaleName` does much more than that. `getLocaleName` will return the language the OS chose after running a...
# Feature Request ## Motivation Behind Feature Watch and support the "Per-app language preferences" introduced in Android 13. ## Feature Description Android 13 doc: https://developer.android.com/about/versions/13/features/app-languages ## Alternatives or Workarounds
### Platforms affected ### Motivation and Context ### Description ### Testing ### Checklist - [ ] I've run the tests to see all new and existing tests pass - [...
As our Mobile Application is using Cordova Version 6.5.0. Please I need MSAL Cordova which will be combability with this Cordova version 6.5.0 ## Motivation Behind Feature ## Feature Description...
# Bug Report ## Problem getDatePattern() not returns the updated date time format on resume getDatePattern() should return the actual date time format of the system ### What does actually...
Date pattern retained same on app resume ### Platforms affected ### Motivation and Context ### Description ### Testing ### Checklist - [ ] I've run the tests to see all...
On iOS, `getLocaleName` return `en-FR` when the phone is actually in `fr-FR`. Tested with `cordova-plugin-globalization 1.11.0 "Globalization"`.
Hi, As this plugin is said to be deprecated, how **exactly** ECMA Internationalization API can then be used to get the device timezone? So, in essence, what is the equivalent...
Is it possible to get just the language and not language+region? I always get the result "de-DE" for example but I just want to get the language "de".