Microsoft® .NET Compact Framework (Core Reference)
by Andy Wigley, Stephen Wheelwright, Robert Burbidge, Rory MacLoed, Mark Sutton
Summary
If there is any possibility that your application will be deployed in multiple international locations, you should take globalization and localization into account in its design. Most of the .NET Compact Framework classes provide culturally sensitive formatting functionality based on the regional settings of the operating system, but you must ensure that your application does not use custom formats or parsing logic that will fail if the regional settings are changed. You can use the CultureInfo class to retrieve information about the currently selected culture or to represent alternative cultures within your application.
You should use Unicode internally in your application for all character data. However, you should use the Encoding class ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access