Project DescriptionNumber2Letters (N2L) is a project that allows you to translate numbers (digits) to letters. It uses .NET formatter to accomplish this task.
Supported translation is available for
French (France, Belgium, Switzerland, Canadian),
Spanish,
German,
English,
Italian and
Russian, but you can add formatters to support additional languages.
The WPF user interface is also localized into same languages.
It can be useful to develop an application which write checks for example.
This library, developed in C#, is
compatible with C# or VB.NET applications, for
.NET Framework 3.0 and later. You can open the source code with Visual Studio 2008 or later.
Example
- In French:
- 15 => quinze
- 25 => vingt-cinq
- 97 => quatre-vingt-dix-sept
- In German:
- 15 => fünfzehn
- 25 => fünfundzwanzig
- 97 => siebenundneunzig
- In English:
- 25 => twenty-five
- 15 => fifteen
- 97 => ninety-seven
- In Spanish:
- 15 => quince
- 25 => veinticinco
- 97 => noventa y siete
- In Italian:
- 15 => quindici
- 25 => venticinque
- 97 => novantasette
- In Russian:
- 97 => девяносто семь
- 25 => двадцать пять
- 15 => пятнадцать
DownloadDownload the last build:
http://n2l.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31419Wiki Documentation
WPF ToolThis tool is an implementation of the library:
Next versions
- Next versions will support more languages
- Add decimal support
- Add currency support
- Fixing bugs