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

# Localization

Altrone has two different variants of localization:

**Text localizations**. Currenty Altrone supports two languages: English and Russian. You can switch between them through `lang` prop. Currently you cannot add your own language or customize default labels. This feature will be add in future.&#x20;

**Date and number localizations.** You can also set a suitable format for numbers and dates through `locale` prop. You can set any [valid locale](https://gist.github.com/jacobbubu/1836273).&#x20;

If you are developing a multi-lingual application, don't forget to set the correct language and locale so that the user can better understand the data format.

## History

* **`Altrone 1.0`**: initial release
