Assuming you created a sample application for Northwind sample database and you want to add a Greek language translation:
1. Run your generated client application and open User settings form:

Modify DefaultLanguage setting to "el" (see
http://www.csharp-examples.net/culture-names/).
2.
a.) Create LocalizationGenerated.el.resx and Localization.el.resx in your generated application folder \Src\Northwind\Northwind.Client.StartApplication\LocalResources.
Copy the content of generated LocalizationGenerated.resx and Localization.resx to your appropriate files (LocalizationGenerated.el.resx, Localization.el.resx) and translate the content.
b.) For the Basic NConstruct version you should also download the following NConstruct.Client localization resource file from the following URL:
http://www.nconstruct.com/Productfiles/NConstructLocalization/Localization.resxand copy the content into your above created Localization.el.res and translate it.
c.) If you had the Proffesional NConstruct version instead of the last mentioned step you should create Localization.el.resx in Src\Northwind\NConstruct.Client\Common\LocalResources folder and copy the content of existing Localization.resx file into just created Localization.el.resx and translate it.
3. To translate your login dialog window, you need to add the following setting to [Your application name].Client.StartApplication App.config file:
Quote:<add key="DefaultLoginLanguage" value="el" />
Regards,
Sebastijan Pistotnik
_______________________
NConstruct Support Team
support@nconstruct.comhttp://www.nconstruct.com_______________________