# Translations Our catalog offers translations in multiple languages, either curated by professionals or managed via machine translation services. During the creation of a white label platform, we ask partners which languages they wish to use. We provide *language codes*, also called locales or markets, to help with the creation of the white label's `baseUrl`. When composing the `baseUrl` for a deep link, partners must include the translation language code as part of the URL. This two-character code is added to the beginning of the URL's path. In the example URL below, American English translations are used: ``` https://www.gotui.com/us/ ``` We currently offer translations in the following languages: | Language | Code | | --- | --- | | Danish | `da` | | Dutch | `nl` | | English (American or British) | `us` or `uk` | | Finnish | `fi` | | French | `fr` | | German | `de` | | Italian | `it` | | Norwegian | `no` | | Portuguese | `pt` | | Russian | `ru` | | Spanish | `es` | | Swedish | `sv` |