languageCode property

String? languageCode
getter/setter pair

Optional - If omitted and the template has any conditions that depend on locale, they will be evaluated as false.

The default locale of the device, in BCP47 format, for example "en-US". This is case-insensitive. See https://www.w3.org/International/core/langtags/rfc3066bis.html .

Implementation

core.String? languageCode;