The world awaits
I ran into a need to have my WPF application support multiple languages, to prepare it for its big day day when it finally becomes the hottest product in China or at least in Burkina-Faso.
There are plenty of localization solutions out there. I've been searching for the optimal way to make my application multilingual, and being the lazy developer I am, by "optimal" I usually mean optimal for me (i.e. the developer):
I ran into a need to have my WPF application support multiple languages, to prepare it for its big day day when it finally becomes the hottest product in China or at least in Burkina-Faso.
There are plenty of localization solutions out there. I've been searching for the optimal way to make my application multilingual, and being the lazy developer I am, by "optimal" I usually mean optimal for me (i.e. the developer):
- I want all the texts to change to the current selected culture automatically.
- I want to retrieve additional resources, such as images, for a specific culture.
- I want to be able to add new multilingual resources to my application without effort.
- I want all multilingual support and resources to be reusable in a separate assembly.
Article Level: | |
Not quite rocket science |