languageCode property

String? languageCode
getter/setter pair

Allows the client to choose the language for the response.

If data cannot be provided for that language the API uses the closest match. Allowed values rely on the IETF standard. Default value is en.

Optional.

Implementation

core.String? languageCode;