Locale library is a library which will help you making your programs work in many languages.
You can get information about the current culture of your device or desktop PC like specific calendar properties, date formats, number formats, currency symbol and much more.
The most powerful object is the Translator object. You can make your applications run in many languages very easy.
Currently there are four object types in this library.
The CultureInfo object provides much information about a culture setting.
The DateTime object has powerful formatting functions for dates and times.
The Numeric object has formatting functions for numbers.
The Translator objects helps you making your applications available in many languages.
History:
You can get information about the current culture of your device or desktop PC like specific calendar properties, date formats, number formats, currency symbol and much more.
The most powerful object is the Translator object. You can make your applications run in many languages very easy.
Currently there are four object types in this library.
The CultureInfo object provides much information about a culture setting.
The DateTime object has powerful formatting functions for dates and times.
The Numeric object has formatting functions for numbers.
The Translator objects helps you making your applications available in many languages.
History:
- V1.0: initial release
- V1.1 : New Numeric object, Sep"a"rator typo fixed, Parse() in DateTime object (See post #5 for more info)
- V1.2 : New Translator object (See post #6 for more info)
Attachments
Last edited: