languageCode property

LanguageCode? languageCode
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;