mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +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;
|
||||
|
||||
/**
|
||||
* Gets the preferred language. For example "en" or "en_US"
|
||||
* Gets the preferred language. For example "en"
|
||||
*/
|
||||
static language: string;
|
||||
|
||||
/**
|
||||
* Gets the preferred region. For example "US"
|
||||
*/
|
||||
static region: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user