What libraries are there to write C# internationalized applications?
Typical functionalities that should be contained in the library:
- Validation of country specific data (e.g. VAT numbers, phone numbers, addresses,...)
- Validation of bank and financial coordinates (e.g. Credit Card numbers, IBAN,...)
- Language-specific functionalities (e.g. numbers to words to numbers, summarize,...)
- Language specific content filtering (e.g. swearword filtering...)
An example of such libraries in Perl would be the Internationalization/Locale section of CPAN.
What C# solutions are available?
Note: I am not looking for an introduction to the System.Globalization namespace :)
Note 2: Should I desume that there are no options available? Is someone interested in joining forces and create one?
Note 3: Edit to make the question appear on front page in hope of more answers. This isn't such a hard question, how is it possible that Stackers don't ever do i18n?