Languages

Last updated: September 12, 2024Author: 

In SimpleLocalize, every project language (or locale) has language key that is used during file export as filename, and language name which can be treated as a user-friendly display name. You can set up the language keys as country codes, language codes, locale codes, or any other format that suits your project.

Language keys

Language keys are used to identify languages and locales in your project. They are used as a part of the filename in exported files, and they are used to identify languages in the SimpleLocalize application, REST API, hosted resources and CLI commands.

SimpleLocalize: language key

Language keys can have up to 20 characters and can contain only letters, numbers, dashes and underscores. They are case-sensitive, so en, EN, and En are treated as different entities.

Best practices

When choosing language keys for your project, it is important to follow some best practices to ensure that your project is organized and easy to manage. The most common practice is to use ISO 639-1 language codes, which are two-letter codes that represent languages. For example:

  • en - English
  • de - German
  • fr - French
  • es - Spanish
  • pl - Polish

You can also use ISO 3166-1 country codes, which are two-letter codes that represent countries. For example:

  • US - United States
  • GB - Great Britain
  • DE - Germany
  • FR - France
  • ES - Spain
  • PL - Poland

or a combination of both, like en_US, en_GB, de_DE, fr_FR, es_ES, pl_PL.

You can find a full list of language, country and locale codes in our World Data Resources including JSON format and hosted country flag icons.

SimpleLocalize: languages tab

Add new language

Click the Add language button to add a new language to your project. Enter the language key and display name (use Apply button to use suggested name).

Next, choose the auto-translation provider for the language and confirm the language for auto-translation. You can also set the language as default for the project.

SimpleLocalize: add languages to your project

Change language order

You can rearrange language order which will affect order in the 'Translations' tab, and in the exported files. You can save language order for the whole project, which will be used as default order for every project contributor. Every user can rearrange the language order on their own. Translators cannot change project order, but they can adjust the view for themselves.

SimpleLocalize: rearrange languages

To change language order, simply drag-and-drop the languages on the list. When the order is done, save the changes for the project or just for your own use.

Default language

The default language has a special role in the project, and it is used in a few different ways. It is the language that will be prioritized during auto-translation process, it will be used as a fallback language for translation in translation hosting, and it will be treated as a source language in some areas of the application to display additional information.

default language

Language flags and icons

By default, the flag icons are displayed automatically based on language keys. SimpleLocalize uses ISO 3166-1 standard with 'Alpha-2' notation. The 'Alpha-2' means that we use only 2-letter country codes. The flag will show up regardless letter case. For example:

  • es_MX - results with a Mexico flag
  • es_ES - results with a Spanish flag
  • es_es - results with a Spanish flag
  • es - results with a Spanish flag

There are a few exceptions in showing country flags:

  • zh_hans or zh_hant will show the Chinese flag.
  • A language key which starts from en shows a Great Britain flag.

You can also change a flag for languages regardless of the language key. Adjust the flag manually for your project needs, so they correspond to the selected language. Flags setup is a great way to organize your project, as you can recognize the language and location with just a glance.

SimpleLocalize: change flags for languages
Was this helpful?