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 = 'en').

Optional.

Implementation

core.String? languageCode;