Home
VB.Net
2D
Application
Class
Data Structure
Data Types
Database ADO.net
Date Time
Development
Event
File Directory
Generics
GUI
Internationalization I18N
Language Basics
LINQ
Network Remote
Reflection
Security
Thread
Windows Presentation Foundation
Windows System
XML
XML LINQ
RegionInfo « Internationalization I18N « VB.Net
VB.Net
Internationalization I18N
RegionInfo
1.
Region Info Table
2.
RegionInfo Class contains information about the country/region.
3.
Compares the RegionInfo above with another RegionInfo created using CultureInfo
4.
Creates a RegionInfo using the ISO 3166 two-letter code
5.
Creates a RegionInfo using a CultureInfo.LCID
6.
RegionInfo.CurrencyEnglishName Property gets the name of the currency used in the country/region.
7.
RegionInfo.CurrencySymbol Property gets the currency symbol associated with the country/region.
8.
RegionInfo.TwoLetterISORegionName Property gets the two-letter code defined in ISO 3166 for the country/region.