Describes culture and globalization support provided by the .NET Compact Framework. .NET CF provides limited support for globalization. Some of the limitations are:
- Cannot set current culture programmatically. - CurrentCulture and CurentUICulture properties are read only. - Doesnot support CurrentCulture and CurrentUICulture properties for a thread. - Supports only Gregorian based calendars. - Supports encoding based on the device.
|