Describes culture and globalization support provided by the .NET Compact Framework.

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.
Differences between generics in the .NET Compact Framework and in the full .NET Framework.
.NET Compact Framework - Differences between generics in the .NET Compact Framework and in the full .NET Framework.
Post your comment