lang property

String? lang
getter/setter pair

(optional) Defaults to en if not specified or if the specified language is not supported. Language code specified using RFC 4646 which means it can also accept locale in the format en-US.

Implementation

String? lang;