languageCode property

String? languageCode
getter/setter pair

The BCP-47 language code.

For example, "en-US". The response will localize in the corresponding language code, if specified. The default value is "en-US".

Optional.

Implementation

core.String? languageCode;