LanguageConstant

  • Language constant resources are identified by a resource name in the format languageConstants/{criterion_id}.

  • Each language constant has a unique ID, a language code, a full name in English, and indicates whether it is targetable.

A language.

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.