language property

String? language
getter/setter pair

The customer's ISO 639-2 language code.

See the [Language Codes](/admin-sdk/directory/v1/languages) page for the list of supported codes. Valid language codes outside the supported set will be accepted by the API but may lead to unexpected behavior. The default value is en.

Implementation

core.String? language;