languageCode property

String? languageCode
getter/setter pair

The Language of this question, as a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt).

Default value is en-US. Only need to set this when task is language related. For example, French text classification.

Optional.

Implementation

core.String? languageCode;