6cc2800cb240c70561c3a18db9873f20be45887b
API/CodeSamples/Culture.md
| ... | ... | @@ -8,6 +8,8 @@ Gets or sets the default culture for Ad Hoc. Note: use this only in special case |
| 8 | 8 | |
| 9 | 9 | **NOTE: If you experience a compilation error, you may need to add System.Globalization.CultureInfo()** |
| 10 | 10 | |
| 11 | +**ALSO NOTE: Izenda is built on ASP.NET 2.0, which does not support the use of Neutral Culture codes, such as zh-CHT (Chinese Traditional) or zh-CHS (Chinese Simplified).** |
|
| 12 | + |
|
| 11 | 13 | See links below: |
| 12 | 14 | |
| 13 | 15 | [[Language|/API/CodeSamples/Language]] |