mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
region property added in platform.d.ts
This commit is contained in:
7
platform/platform.d.ts
vendored
7
platform/platform.d.ts
vendored
@ -61,9 +61,14 @@ declare module "platform" {
|
|||||||
static uuid: string;
|
static uuid: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the preferred language. For example "en" or "en_US"
|
* Gets the preferred language. For example "en"
|
||||||
*/
|
*/
|
||||||
static language: string;
|
static language: string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the preferred region. For example "US"
|
||||||
|
*/
|
||||||
|
static region: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user