@skippay/capacitor-localization-settings
Version:
Capacitor module to expose per-app language preferences API on iOS and Android.
41 lines • 973 B
JSON
{
"api": {
"name": "LocalizationSettingsPlugin",
"slug": "localizationsettingsplugin",
"docs": "",
"tags": [],
"methods": [
{
"name": "getLanguage",
"signature": "() => Promise<{ value: string; }>",
"parameters": [],
"returns": "Promise<{ value: string; }>",
"tags": [],
"docs": "",
"complexTypes": [],
"slug": "getlanguage"
},
{
"name": "setLanguage",
"signature": "(options: { value: string; }) => Promise<{ value: string; }>",
"parameters": [
{
"name": "options",
"docs": "",
"type": "{ value: string; }"
}
],
"returns": "Promise<{ value: string; }>",
"tags": [],
"docs": "",
"complexTypes": [],
"slug": "setlanguage"
}
],
"properties": []
},
"interfaces": [],
"enums": [],
"typeAliases": [],
"pluginConfigs": []
}