> For the complete documentation index, see [llms.txt](https://neomatrixcode.gitbook.io/faker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://neomatrixcode.gitbook.io/faker/guide/localization.md).

# Localization

Faker has support for multiple localities. The default language locale is set to English. To change the location, use the Faker.language function, take a locale as an argument to return localized data.&#x20;

```bash
Faker.language("es-MX")
```

The supported languages are:

* ca-CAT
* ca da-DK&#x20;
* de-AT&#x20;
* de-CH&#x20;
* de&#x20;
* ee&#x20;
* en&#x20;
* en-au-ocker&#x20;
* en-AU&#x20;
* en-BORK&#x20;
* en-CA&#x20;
* en-GB&#x20;
* en-IND&#x20;
* en-MS&#x20;
* en-NEP&#x20;
* en-NG&#x20;
* en-NZ&#x20;
* en-PAK&#x20;
* en-SG&#x20;
* en-UG&#x20;
* en-US&#x20;
* en-ZA&#x20;
* en&#x20;
* es-MX&#x20;
* es&#x20;
* fa&#x20;
* fi-FI&#x20;
* fr-CA&#x20;
* fr-CH&#x20;
* fr&#x20;
* he&#x20;
* id&#x20;
* it&#x20;
* ja&#x20;
* ko&#x20;
* lv&#x20;
* nb-NO&#x20;
* nl&#x20;
* no&#x20;
* pl&#x20;
* pt-BR&#x20;
* pt&#x20;
* ru&#x20;
* sk&#x20;
* sv&#x20;
* tr&#x20;
* uk&#x20;
* vi&#x20;
* zh-CN&#x20;
* zh-TW
