From abb2530ea51e2b6419aa5fa098ceda2432fe46e6 Mon Sep 17 00:00:00 2001 From: Meng-Heng Date: Thu, 13 Jun 2024 13:50:53 +0700 Subject: [PATCH] docs(developer): context help for Select BCP 47 tag in Keyman Developer Fixes: #2131 --- developer/src/tike/xml/help/contexthelp.xml | 43 +++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/developer/src/tike/xml/help/contexthelp.xml b/developer/src/tike/xml/help/contexthelp.xml index 62bd8677ae..aed5df5f02 100644 --- a/developer/src/tike/xml/help/contexthelp.xml +++ b/developer/src/tike/xml/help/contexthelp.xml @@ -710,4 +710,47 @@

To close the dialog, click the Close button or press Shift + Esc.

+ + +
+ +

The only required option is the Language tag, which is an ISO 639-1 or ISO 639-3 code. + ISO 639-1 tags are a two-letter code. ISO 639-3 tags are a three-letter code. First, try to find your + language on the list of two-letter ISO 639-1 codes.

+

If you can't find a two-letter code, you'll need to find the closest three-letter code. You can use Glottolog + to search for your language, and it will give you an appropriate code.

+

The Language tag is conventionally written in lower case.

+
+ +

The Script tag allows you to specify the writing system used in your language model or keyboard. + If your language only uses one writing system, omit the Script subtag. he Script subtag is conventionally + written in title case - first letter capitalized.

+
+ +

The Region tag allows you to specify the region your language or + dialect is spoken in. If your language is only spoken in one region, omit the Region subtag. + Alphabetic region will show up in upper case once the region tag is selected.

+
+ +

This is the BCP 47 Code forms from the language, script, and region tag which were previously + selected.

+
+ +

If lefts as default, a language name will be assigned automatically. Feel free to change the name + if you must. +

+
+ +

Reset the Language name to what it was assigned to.

+
+ +

Once everything is set, click OK to confirm.

+
+ +

Exits out of the "Select BCP 47 Tag".

+
+ +

Learn more about the BCP 47 Tag over at w3.org.

+
+
\ No newline at end of file