LanguageConstant
Fields |
resource_name
|
string
Output only. The resource name of the language constant. Language constant resource names have the form: languageConstants/{criterion_id}
|
id
|
int64
Output only. The ID of the language constant.
|
code
|
string
Output only. The language code, for example, "en_US", "en_AU", "es", "fr", etc.
|
name
|
string
Output only. The full name of the language in English, for example, "English (US)", "Spanish", etc.
|
targetable
|
bool
Output only. Whether the language is targetable.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["Language constants represent information about different languages, identifiable by a unique resource name, ID, and language code."],["Each language constant provides details like the language code (e.g., \"en_US\"), the full English name (e.g., \"English (US)\"), and whether it can be targeted in advertising campaigns."],["You can access language constant details, such as language code and name, using their unique identifiers."]]],[]]