language property

String? language
getter/setter pair

2-letter ISO 639-1 code for language. This property affects the sentence contained within the RouteStep.instructions property, but it does not affect any road names contained in that property or other properties such as RouteStep.name. Defaults to 'en' if an unsupported language is specified. The languages in this link are supported:

Implementation

String? language;