Localization.md
... ...
@@ -32,11 +32,11 @@ The Izenda localization capability is built on top of Microsoft’s .NET localiz
32 32
33 33
**What Is “Resources”?**
34 34
35
-For localization, Izenda uses .Net managed resources Files (*.resx), which are standard resources for .Net. Resource files are XML-formatted text files, so you can edit it in an XML editor or even any plain text editor.
35
+For localization, Izenda uses .Net managed resources Files (\*.resx), which are standard resources for .Net. Resource files are XML-formatted text files, so you can edit it in an XML editor or even any plain text editor.
36 36
37 37
**How Do I Install The Language Pack?**
38 38
39
-The language pack consists of a set of *.resx files inside the “Resources” folder. In addition, you will need a special license key that enables localization. Please contact your account manager to get these resources.
39
+The language pack consists of a set of \*.resx files inside the “Resources” folder. In addition, you will need a special license key that enables localization. Please contact your account manager to get these resources.
40 40
Installing the Izenda Language Pack consists of **two** steps:
41 41
1. Copying localization resources
42 42
2. Set up localization in the code