8daeabfd3bf90e429fd7cbb7f834c6f06eb8707d
Localization.md
| ... | ... | @@ -1,4 +1,7 @@ |
| 1 | -Izenda Language Pack |
|
| 1 | +**Izenda Language Pack** |
|
| 2 | + |
|
| 3 | +[[_TOC_]] |
|
| 4 | + |
|
| 2 | 5 | Izenda provides an add-on localization package capable of localizing the Izenda UI, Field Names as well as the data itself into other languages. |
| 3 | 6 | What version of AdHoc supports Language Pack? |
| 4 | 7 | |
| ... | ... | @@ -36,7 +39,7 @@ Installing Izenda Language Pack consists of **two** steps: |
| 36 | 39 | 1. Copying localization resources |
| 37 | 40 | 2. Set up localization in the code |
| 38 | 41 | |
| 39 | -1. Copying localization resources |
|
| 42 | +###Copying localization resources |
|
| 40 | 43 | |
| 41 | 44 | The language pack consists of a set of *.resx files inside “Resources” folder. You should copy this folder **to the “bin” folder of your website**(Izenda.AdHoc.dll should be in that folder). It's easy to find it, just locate the folder where Izenda.AdHoc.dll is. |
| 42 | 45 | |
| ... | ... | @@ -44,7 +47,7 @@ The language pack consists of a set of *.resx files inside “Resources” folde |
| 44 | 47 | |
| 45 | 48 |  |
| 46 | 49 | |
| 47 | -2. Set up localization in the code |
|
| 50 | +###Set up localization in the code |
|
| 48 | 51 | |
| 49 | 52 | You can set up the localization language almost anywhere in the code by specifying the AdHocSettings.Language setting. |
| 50 | 53 | But normally you would like to set localization in the PostLogin() method of the CustomAdHocConfig class in the Global.asax file because different users might like to use different languages: |