Globalization
This plugin obtains information and performs operations specific to the user's locale, language, and timezone.
Premier Version Available
Featuring regular release cycles, security and bug fixes, and guaranteed SLAs.
インストール
Ionic Native Enterprise はIonic Teamが完全にサポートしメンテナンスしているプラグインを利用できます。 詳しくみる か、エンタープライズプラグインに興味があれば 連絡ください
サポートしているプラットフォーム
- Amazon Fire OS
- Android
- Browser
- iOS
- Windows
利用方法
React
Angular
import { Globalization } from '@ionic-native/globalization/ngx';
constructor(private globalization: Globalization) { }
...
this.globalization.getPreferredLanguage()
.then(res => console.log(res))
.catch(e => console.log(e));

