LanguageConstant
Stay organized with collections
Save and categorize content based on your preferences.
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-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["Language constants provide information about different languages, including their name, code, and whether they are targetable for ad campaigns."],["Each language constant is identified by a unique resource name and ID."],["The `code` field represents the language in standard format (e.g., \"en_US\"), while the `name` field gives the full language name in English."],["The `targetable` field indicates if the language can be specifically targeted in advertising efforts."]]],[]]