By default, Mapbox Navigation service API returns "legs.summary" field not in English but in the language of country where the way is located.For example:
{"routes": [ {"geometry": "mnn_Ick}pAfBiF`CzA","legs": [ {"summary": "Köpenicker Straße, Engeldamm", ...
Is there any way to get the "summary" in English?I had tried to add "&language=en" to the request, but it did not change the "summary" language.