• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2title: Default Content
3---
4
5# Default Content
6
7Locales are primarily identified by their ***base*** language. For example, English \[en], Arabic \[ar] or German \[de].
8
9We also label scripts explicitly, where a language is typically written in multiple scripts, such as Cyrillic or Latin. For example, Serbian (Cyrillic) \[sr\_Cyrl] and Serbian (Latin) \[sr\_Latn].
10
11Each language \+ script combination is treated as a unit. (i.e. People do not mix different script in the same data set.)
12
13If a language is ***not*** typically written in multiple scripts, then the script sub\-tag is omitted. For example, en\_US or ko\_KR.
14
15Locales may also have regional variants. For example, English (US) \[en\_US] vs English (UK) \[en\_GB], or Serbian (Cyrillic, Montenegro) \[sr\_Cyrl\_ME] vs Serbian (Cyrillic, Serbia) \[sr\_Cyrl\_RS]. Regions may be countries such as China \[CN], parts of countries such as Hong Kong \[HK] or multi\-country regions such as Latin America \[419]. Also see [Regional Variants](http://cldr.unicode.org/translation/getting-started/guide#TOC-Regional-Variants-also-known-as-Sub-locales-).
16
17The contents for the base language should be as widely usable (neutral) as possible, but **must be** usable without modification for its *default content locale;* this is the locale for the language’s *default region,* which is typically the region with the most speakers of the language. A default content locale has no data other than identity information, it inherits all data from its parent.
18
19For example:
20
21- American English \[en\_US] is the default content locale for English \[en]
22- German (Germany) \[de\_DE] is the default content locale for German \[de].
23- Portuguese (Brazil) \[pt\_BR] is the default content locale for Portuguese \[pt]
24- Serbian (Cyrillic) \[sr\_Cyrl] is the default content locale for Serbian \[sr], which is the default for Serbian (Cyrillic, Seriba) \[sr\_Cyrl\_RS] .
25- Arabic (World) \[ar\_001] is the default content locale for Arabic \[ar], which is for Modern Standard Arabic.
26
27**Tips for linguists:**
28
291. Make sure the base language content is correct; as widely usable (neutral) as possible, but must be usable **without** modification in the default content locale.
302. For example:
31	- English \[en] locale content must be usable for English (US)
32	- Arabic \[ar] content must be usable for Arabic (world/neutral).
333. Make sure that where there is a difference in a sub\-region, the differences are represented in the regional\-variant locale.
344. For example:
35	- Spanish (Mexico) \[es\_MX] differences from Spanish (Latin America) \[es\_419]
36	- Arabic (Egypt) \[ar\_EG] that are different from Arabic (World) \[ar\_001]
37
38