---
title: language
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/geocoderlookupoptions/language
---

# language

The language to use when displaying the lookup results.

## Declaration

```data
language?: string;
```

## Discussion

Discussion Tell the geocoder to return results in this language. For example, setting the option { language: 'fr-CA' } tells the server to send results localized to Canadian French. If you set it, this option overrides the language you provide in the Geocoder constructor.

## See Also

### Options

- [coordinate](mapkitjs/geocoderlookupoptions/coordinate.md)
- [limitToCountries](mapkitjs/geocoderlookupoptions/limittocountries.md)
- [region](mapkitjs/geocoderlookupoptions/region.md)
- [signal](mapkitjs/geocoderlookupoptions/signal.md)
