Some places in the system it's possible to use multilingual strings which means that you write a text in multiple languages and the system automatically uses the correct translation depending of the currently selected language by the user.
So instead of writing a single language like Please pay within 7 days you can write multiple languages like this:
EN=Please pay within 7 days ,,, ES=Por favor pague dentro de los 7 días
The two uppercase letters is the language code, and each translation must be separated by 3 commas. You should always provide an English translation.
| Code | Language |
|---|---|
| EN | English |
| NO | Norwegian |
| DA | Danish |
| SV | Swedish |
| DE | German |
| ES | Spanish |
| IT | Italian |
| NL | Dutch |
| FR | French |
| LV | Latvian |
| FI | Finnish |
| PL | Polish |
| CS | Czech |