API/CodeSamples/Culture.md
... ...
@@ -4,7 +4,11 @@
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.
8
+
9
+**NOTE: If you experience a compilation error, you may need to add System.Globalization.CultureInfo()**
10
+
11
+See links below:
8 12
9 13
[[Language|/API/CodeSamples/Language]]
10 14