Search
Project Description
Number2Letters (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 => пятнадцать

Download
Download the last build: http://n2l.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31419

Wiki Documentation
WPF Tool
This tool is an implementation of the library:
screen.JPG

Next versions
  • Next versions will support more languages
  • Add decimal support
  • Add currency support
  • Fixing bugs
Last edited Aug 13 2009 at 4:10 PM by FabienLavocat, version 14
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.1.11.18365