22 people following this project (follow)

Project Description
NLocalizer for NET is the fast, simple and friendly solution for localization .NET applications, by text files, so there is no need to recompile the project to add a new language or to modify the existing one. 

NLocalizerApp.jpg

Example text 'Polish.lang' file of translation in the application directory):

locale pl
(MainForm)BrowseFolderMenu.Text = Przeglądaj folder
(MainForm)ExampleDialogsMenu.Text = Przykładowe dialogi
(MainForm)ExampleFontMenu.Text = Wybierz czcionkę
(MainForm)LanguagesMenu.Text = Języki
!(Messages)TitleError = Błąd
(TestForm)label1.Text = Etykietka

Then, You can click into 'Polish' menu:
NLocalizer.Example-click.jpg

And execute simple code

Translator.Translate("Polish", this);

or easier:

Translator.Translate(this);


So, all controls from text file in the form will be translated:
NLocalizer.Example-clicked.jpg

Last edited Sep 13 2011 at 10:56 PM by KAP, version 48