Localization
We currently support the following languages:
- Armenian (
hy
) - Brazilian Portuguese (
pt-BR
) - Dutch (
nl
) - English (
en
) - German (
de
) - Swiss German (
de-CH
) - Italian (
it
) - Russian (
ru
) - Swedish (
sv
)
The default language is English (en
).
How to change the language?
To change the language of the form, set the lang
attribute of the html
tag of the page to the one of the language-codes listed above. If the value of the lang
attribute is not supported (i.e. not present in the list above), the default language will be used.
Example
To change the language to Armenian, set the lang
attribute of the html
tag to hy
, as shown below.
html
<html lang="hy">
...
</html>
How to add support for a new language?
The form translations are publicly available on GitHub in the translations repository. Please follow the instructions in the README.md file of the repo, to add a translation for your desired language.