diff --git a/platform/platform.d.ts b/platform/platform.d.ts index ddae89346..21f639f84 100644 --- a/platform/platform.d.ts +++ b/platform/platform.d.ts @@ -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; } /**