Localization
All messages and labels used in the interface can be translated to any language.
A user can select a necessary language during logon or in the "Settings" in the toolbar.
You can also change the default language by:
-
DefaultLanguage key at
Application settings
-
Pass the language in the link URL like:
HTCOMNET/Default.aspx?Language=Spanish
To create a new localization:
- Open the Localization\ folder.
- Copy the file English.xml with a new name: NewLanguage.xml.
-
Also you can edit the localization file in the Admin panel.
There is a helpful utility to do this.
Additionally, language editor tab in admin panel allows you to export language
string into CSV format and import them back from CSV. This may be helpfull when
you need to transfer language files to third party person and files should be in
common format.
Note! If you prefer to edit it manually, then:
the NewLanguage.xml file has XML format.
Open it in any text editor, e.g. Notepad.
Translate all or some of the values in NewLanguage.xml and save the file.
Be sure to save the file in UTF-8 encoding.