languageCode property - TrafficIncidentsQueryOptions class - traffic library - Dart API
languageCode
languageCode property
getter/setter pair
The language code of the query. It's the expected language of fields TrafficIncidentBase.description and TrafficIncident.summary in the relevant response. However, the language code doesn't impact on TrafficLocation.description. If the language code is null or not supported then response fields are expected in the original language of the country that the incident belongs to.
Implementation
LanguageCode? languageCode;