languageCode property

String? languageCode
getter/setter pair

Supported language code, generally consisting of its ISO 639-1 identifier, for example, 'en', 'ja'.

In certain cases, ISO-639 codes including language and region identifiers are returned (for example, 'zh-TW' and 'zh-CN').

Implementation

core.String? languageCode;