85b7a9591195bbffd5d430119439631f37b25e01
API/CodeSamples/Culture.md
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | |
| 5 | 5 | ##About |
| 6 | 6 | |
| 7 | -Gets or sets the default culture for Ad Hoc. Note: use this only in special cases, like when you want to use the date formats of a culture other than your own. Normally you should use Language setting for localization, see links below: |
|
| 7 | +Gets or sets the default culture for Ad Hoc. Note: use this only in special cases, like when you want to use the date formats of a culture other than your own. Normally you should use Language setting for localization. See links below: |
|
| 8 | 8 | |
| 9 | 9 | [[Language|/API/CodeSamples/Language]] |
| 10 | 10 | |
| ... | ... | @@ -33,7 +33,7 @@ public class CustomAdHocConfig : Izenda.AdHoc.DatabaseAdHocConfig |
| 33 | 33 | |
| 34 | 34 | ##Global.asax (VB.NET) |
| 35 | 35 | |
| 36 | -``` |
|
| 36 | +```visualbasic |
|
| 37 | 37 | 'main class: inherits DatabaseAdHocConfig or FileSystemAdHocConfig |
| 38 | 38 | Public Class CustomAdHocConfig |
| 39 | 39 | Inherits Izenda.AdHoc.DatabaseAdHocConfig |