2021-09-29 20:09:02 +08:00
|
|
|
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/globalization/index.ts#L6">
|
|
|
|
Improve this doc
|
|
|
|
</a>
|
|
|
|
|
|
|
|
# Globalization
|
|
|
|
|
|
|
|
```
|
|
|
|
$ ionic cordova plugin add cordova-plugin-globalization
|
|
|
|
$ npm install @ionic-native/plugins/globalization
|
|
|
|
```
|
|
|
|
|
|
|
|
## [Usage Documentation](https://ionicframework.com/docs/native/globalization/)
|
|
|
|
|
|
|
|
Plugin Repo: [https://github.com/apache/cordova-plugin-globalization](https://github.com/apache/cordova-plugin-globalization)
|
|
|
|
|
|
|
|
This plugin obtains information and performs operations specific to the user's locale, language, and timezone.
|
|
|
|
|
|
|
|
## Supported platforms
|
|
|
|
|
|
|
|
- Amazon Fire OS
|
|
|
|
- Android
|
|
|
|
- Browser
|
|
|
|
- iOS
|
|
|
|
- Windows
|
2021-09-29 20:38:45 +08:00
|
|
|
|
|
|
|
|
|
|
|
|