History
Recent Topics
| Polar Help Desk allows its users to choose among different languages while accessing the web interface. Every user can choose a language for their profile. The languages available are numbered in a combo box on the My Profile form for every user. Additionally, Help Desk Administrator can set up default languages for every business unit available. On the Business Unit form there is a combo box listed containing available languages. After the default language is set up, all the users in that business unit will see web interface in that particular language until they choose their own language from available languages list on My Profile form. If they do not set the particular language, changing of the Default Business Unit language will affect their web interface language. On the Language Management popup on the General Options tab you can set up the Default Language for Help Desk. This language is set to English (United States) by default, and has the following functions:
Only Enabled languages can be default for Help Desk, default for business unit or used by particular user. To activate language:
You may also be interested in... How do I adjust the view options? How do I define Active Directory? How do I define the directory used for file automation? How do I set the Scheduler Settings? What does the Force Scheduler button do? Can I and how do I set the time zone? Tip: There are currently 159 languages which are available by default in Help Desk. These languages are subjected to automatic updates every time you install a new version of the Polar Help Desk product. Although most of the languages are not defined and are on the Disabled list, you should not update them on your own. The reason for this is that any of these languages might be available in some future versions of Polar Help Desk as Enabled and fully defined languages. Then, when the upgrade of the product is performed all the translations you have made to that particular language, will be overwritten. It is also recommended to export the custom languages you actively use to an XML file each time you perform the upgrade of the product. This way you will backup all the work. In order to create a new, custom language which will not be subjected to upgrade changes, do the following steps:
<language name="English (United States)" description="English Language">
In order to define new language name, like this:
<language name="My Language" description="My Custom Language"> The step above is not necessary, because you can set the language name latter. However, if you forget to set the language name later, you can update the English (United States) by accident. It is recommended to change this tag information as soon as possible.
Change
<data id="Administration_Users" type="System.String">
<value>Users</value>
</data>
to
<data id="Administration_Users" type="System.String">
<value> Utilisateurs</value>
</data>
Important: When upgrading Polar Help Desk product, always have in mind that new strings may have appeared since the last version you installed it. Until you translate these new strings for the languages your users use, they will be displayed in English (United States). In order to upgrade or change an existing language, do the following steps:
Importing Language from RESX file: Polar Help Desk does not require RESX file in order to work properly. This file was used for language settings storing. In order not to lose your work and language translations, import the RESX file into Help Desk. To import language from a RESX file which was used in earlier versions of Polar Help Desk, do the following steps:
| ||||||||||||||||||||||||||||