Author: Feodor Fitsner
Last updated: 23/09/2009
Version: 1.0
Table of Contents
Running the Toolkit on Windows Vista / Windows Server 2008
This guide explains how to create and deploy a new language pack for DotNetPanel using "DotNetPanel Localization Toolkit" tool.
Microsoft .NET Framework 2.0 or later.
Microsoft .NET Framework Version 2.0 Redistributable Package (x86)
Microsoft .NET Framework Version 2.0 Redistributable Package (x64)
Download the latest version of
the DotNetPanel Localization Toolkit from here:
https://www.dotnetpanel.com/downloads/?CategoryID=7
Run the setup program and follow all of the instructions to install the DotNetPanel Localization Toolkit.
Please note that the specific version of the DotNetPanel Localization Toolkit should be used to localize the same version of DotNetPanel Portal, e.g. DotNetPanel Localization Toolkit 2.0.1 should be used to localize DotNetPanel Portal 2.0.1 and so on.
Please, note if you are running DNP Localization Toolkit on Windows Vista or Windows Server 2008, you should run the application under Administrator account (right-click in the explorer and then "Run as Administrator") as shown below:

The first step is to create a new locale. In the top pane, click Add... button. In the popup window, select new locale and click OK button.

The next step is to localize all resource strings. You will need to localize all strings into the locale that you have specified.

After localizing you will need to generate a language pack. Click Save button to save all changes and click Compile Language Pack button to create a new language pack. This will generate the language specific files and zip them to the LanguagePacks sub directory of the toolkit base directory.

Just unzip language pack files to the DNP Portal home directory and modify the \App_Data\SupportedLocales.config file of the DNP Portal:
<?xml version="1.0"
encoding="utf-8" ?>
<SupportedLocales>
<Locale name="English" key="en-US"
fallback="" />
<Locale name="German" key="de-DE"
fallback="" />
</SupportedLocales>
...
|
Version |
Date Released |
Author |
Changes |
|
1.0 |
09/14/2009 |
Feodor Fitsner |
Initial document version in downloadable format. |