From 25ea15986910c83a7d45c90bd735c9f25fccb95f Mon Sep 17 00:00:00 2001 From: "Lukasz Stanislawski/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics" Date: Thu, 16 Apr 2020 15:23:54 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10dfbe5..7dc306b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ To add new language add an xml node ``` Where: -"code" - follows the _ syntax. The language setting is in the ISO 639-2 format and the region setting is in the ISO 3166-1 alpha-2 format +"code" - follows the LANGUAGE_REGION syntax. The language setting is in the ISO 639-2 format and the region setting is in the ISO 3166-1 alpha-2 format + "name_local" - language native name ## Adding new regions @@ -21,6 +22,10 @@ To add new language add an xml node ``` Where: -"code" - follows the _ syntax. The language setting is in the ISO 639-2 format and the region setting is in the ISO 3166-1 alpha-2 format +"code" - follows the LANGUAGE_REGION syntax. The language setting is in the ISO 639-2 format and the region setting is in the ISO 3166-1 alpha-2 format + "name_en" - the english name of item. It will be used as key for translations defined in Oobe/Oobe.Common/Resources/Translations.resx + +## Adding new terms & conditions +The terms & conditions are loaded from plain text file placed in Oobe/Oobe.Terms/res/terms/. The proper license is chosen depending on region chosen in Region Step of OOBE. The terms file name should follow the REGION_CODE.txt syntax. -- 2.7.4