LanguageInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Language info for DataStore.
Attributes |
|
---|---|
Name | Description |
language_code |
str
The language code for the DataStore. |
normalized_language_code |
str
Output only. This is the normalized form of language_code. E.g.: language_code of en-GB , en_GB , en-UK or
en-gb will have normalized_language_code of en-GB .
|
language |
str
Output only. Language part of normalized_language_code. E.g.: en-US -> en , zh-Hans-HK -> zh , en
-> en .
|
region |
str
Output only. Region part of normalized_language_code, if present. E.g.: en-US -> US , zh-Hans-HK ->
HK , en -> \`.
|