Translating Password Reset Server to another language

  1. Locate your Password Reset Server installation on your server. For example, C:\Inetpub\wwwroot\PasswordResetServer
  2. Locate the resources folder.
  3. Copy the folder 9 and paste it. Rename it with the corresponding LCID number of your langauge. Refer to this KB article to determine your language's LCID: http://support.thycotic.com/KB/a9/language-lcids.aspx?KBSearchID=0
  4. Translate the pages.xml document to your language. For example

    <control controlId="BackupLinkButton">
    <property name="ToolTip" value="Configure scheduled backup of the Password Reset Server application folder."  />
    <property name="Text" value="Backup" />
    </control>

    Translates as

    <control controlId="BackupLinkButton">
    <property name="ToolTip" value="My Translation"  />
    <property name="Text" value="My Translation" />
    </control>

(make sure to save any edits under the encoding UTF-8)


Password Reset Server will automatically use the language if it is available based on the language setting on the user's web browser.

Article ID: 241, Created On: 2/2/2012, Modified: 2/2/2012