Posts Tagged ‘ ConfigurationManager ’

MGLocalizer – A simple way to localize your application

Hello everybody,

since I am usually working with WPF I decided to create my own localizer.
Because I don’t like the standard way to localize a WPF application.

Here is a link to my project: MGLocalizer

I will release the ConfigurationManager soon.
This program automatically generates the csv file for the localizable strings in the .cs file which are located in the given folder.
Such that you don’t have to do it by hand.
Please visit the MGLocalizer – Project page to get more information about the project.