languageCode property

String? languageCode
getter/setter pair

The BCP-47 language code, such as "en-US".

If specified, the response is localized to the corresponding language code if the original data sources support it. Default is "en-US".

Optional.

Implementation

core.String? languageCode;