Localization.md
... ...
@@ -23,7 +23,7 @@ The following languages are currently supported. More are being added based on c
23 23
24 24
**What Are The Codes Next To The Language Names?**
25 25
26
-The Izenda localization capability is built on top of Microsoft’s .NET localization API. The Microsoft .NET localization API assignes a specific culture code to each language. For example, American English spoken in the United States is en-US.
26
+The Izenda localization capability is built on top of Microsoft’s .NET localization API. The Microsoft .NET localization API assigns a specific culture code to each language. For example, American English spoken in the United States is en-US.
27 27
28 28
**What Is “Resources”?**
29 29
... ...
@@ -35,7 +35,7 @@ The language pack consists of a set of *.resx files inside the “Resources” f
35 35
Installing Izenda Language Pack consists of **two** steps:
36 36
1. Copying localization resources
37 37
2. Set up localization in the code
38
->
38
+
39 39
1. Copying localization resources
40 40
41 41
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.