Localization
We currently support the following languages:
- Armenian (
hy
) - English (
en
) - Russian (
ru
)
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>