Skip to content

Commit 8fd7547

Browse files
authored
Add a link to W3C article (#5086)
1 parent d478046 commit 8fd7547

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

website/docs/core-concepts/basic-internationalization-principles.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ A "locale" refers to the lingual and cultural expectations for a region. It is r
1717

1818
This code is comprised of several parts separated by hyphens (-). The first part is a short string representing the language. The second, optional, part is a short string representing the region. Additionally, various extensions and variants can be specified.
1919

20+
For guidance on choosing the right locale components, see the [W3C article on choosing language tags](https://www.w3.org/International/questions/qa-choosing-language-tags).
21+
2022
Typically, web apps are localized to just the language or language-region combination. Examples of such locale codes are:
2123

2224
- `en` for English

0 commit comments

Comments
 (0)