From c742c81db9b1de4393c8e0c87f0ed63de2fdf4c6 Mon Sep 17 00:00:00 2001 From: Jakub Skowron Date: Tue, 17 Jan 2017 10:50:55 +0100 Subject: [PATCH] [SystemInfo] Correct description of lauguage and conutry attribute ISO 630-2 is a mistake. ISO 630-2 covers structural steels. ISO 3166-1 specifies 2-letter and 3-letter codes. Alpha-2 format is used in implementation. Change-Id: I4278dda2bcf0639ef7b6c641aec35ffc7c392b08 Signed-off-by: Jakub Skowron --- .../html/device_api/mobile/tizen/systeminfo.html | 4 ++-- org.tizen.web.apireference/html/device_api/tv/tizen/systeminfo.html | 4 ++-- .../html/device_api/wearable/tizen/systeminfo.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/org.tizen.web.apireference/html/device_api/mobile/tizen/systeminfo.html b/org.tizen.web.apireference/html/device_api/mobile/tizen/systeminfo.html index 585d1a8..61c67db 100644 --- a/org.tizen.web.apireference/html/device_api/mobile/tizen/systeminfo.html +++ b/org.tizen.web.apireference/html/device_api/mobile/tizen/systeminfo.html @@ -2668,7 +2668,7 @@ The following values are supported: readonly DOMString language
Indicates the current language setting in the (LANGUAGE)_(REGION) syntax. -The language setting is in the ISO 630-2 format and the region setting is in the ISO 3166-1 format. +The language setting is in the ISO 639-2 format, and the region setting is in the ISO 3166-1 alpha-2 format. The language setting is case-sensitive.

@@ -2680,7 +2680,7 @@ The language setting is case-sensitive. readonly DOMString country

Indicates the current country setting in the (LANGUAGE)_(REGION) syntax. -The language setting is in the ISO 630-2 format and the region setting is in the ISO 3166-1 format. +The language setting is in the ISO 639-2 format, and the region setting is in the ISO 3166-1 alpha-2 format. The country setting is case-sensitive.

diff --git a/org.tizen.web.apireference/html/device_api/tv/tizen/systeminfo.html b/org.tizen.web.apireference/html/device_api/tv/tizen/systeminfo.html index 849c717..29e9ebc 100644 --- a/org.tizen.web.apireference/html/device_api/tv/tizen/systeminfo.html +++ b/org.tizen.web.apireference/html/device_api/tv/tizen/systeminfo.html @@ -2816,7 +2816,7 @@ The following values are supported: readonly DOMString language

Indicates the current language setting in the (LANGUAGE)_(REGION) syntax. -The language setting is in the ISO 630-2 format and the region setting is in the ISO 3166-1 format. +The language setting is in the ISO 639-2 format, and the region setting is in the ISO 3166-1 alpha-2 format. The language setting is case-sensitive.

@@ -2828,7 +2828,7 @@ The language setting is case-sensitive. readonly DOMString country

Indicates the current country setting in the (LANGUAGE)_(REGION) syntax. -The language setting is in the ISO 630-2 format and the region setting is in the ISO 3166-1 format. +The language setting is in the ISO 639-2 format, and the region setting is in the ISO 3166-1 alpha-2 format. The country setting is case-sensitive.

diff --git a/org.tizen.web.apireference/html/device_api/wearable/tizen/systeminfo.html b/org.tizen.web.apireference/html/device_api/wearable/tizen/systeminfo.html index 6387b6e..45fd951 100644 --- a/org.tizen.web.apireference/html/device_api/wearable/tizen/systeminfo.html +++ b/org.tizen.web.apireference/html/device_api/wearable/tizen/systeminfo.html @@ -2668,7 +2668,7 @@ The following values are supported: readonly DOMString language

Indicates the current language setting in the (LANGUAGE)_(REGION) syntax. -The language setting is in the ISO 630-2 format and the region setting is in the ISO 3166-1 format. +The language setting is in the ISO 639-2 format, and the region setting is in the ISO 3166-1 alpha-2 format. The language setting is case-sensitive.

@@ -2680,7 +2680,7 @@ The language setting is case-sensitive. readonly DOMString country

Indicates the current country setting in the (LANGUAGE)_(REGION) syntax. -The language setting is in the ISO 630-2 format and the region setting is in the ISO 3166-1 format. +The language setting is in the ISO 639-2 format, and the region setting is in the ISO 3166-1 alpha-2 format. The country setting is case-sensitive.

-- 2.7.4