API/CodeSamples/Language.md
... ...
@@ -8,7 +8,7 @@ The Language setting will change the language used within Izenda reports. This c
8 8
9 9
**Default Value:** AdHocLanguage.English
10 10
11
-####Global.asax (C♯)
11
+###Global.asax (C♯)
12 12
13 13
``` csharp
14 14
//main class: inherits DatabaseAdHocConfig or FileSystemAdHocConfig
... ...
@@ -28,6 +28,7 @@ public class CustomAdHocConfig : Izenda.AdHoc.DatabaseAdHocConfig
28 28
}
29 29
}
30 30
```
31
+
31 32
##Global.asax (VB.NET)
32 33
33 34
```visualbasic
... ...
@@ -49,7 +50,7 @@ Public Class CustomAdHocConfig
49 50
End Class
50 51
```
51 52
52
-####Per Country By Tenant(Customer) ID
53
+##Per Country By Tenant(Customer) ID
53 54
54 55
```csharp
55 56
public static void InitializeReporting()
... ...
@@ -121,7 +122,7 @@ public static string GetUserCountry() {
121 122
122 123
In the above example, CurrentUserTenantID will be set to a company ID (such as ALFKI) and the country will be obtained and the language set.
123 124
124
-###Screenshots
125
+##Screenshots
125 126
126 127
####French
127 128