E
E
Egor2015-03-03 15:24:34
Programming
Egor, 2015-03-03 15:24:34

What is the best way to localize a WPF application?

Hello!
The application needs to be localized. I read that there are several ways of localization, but I did not find suitable examples. I also like the method chosen by the authors of this and this article, but there is a question about it.
I have many windows in an application project, each containing localizable lines of text. Also, some contain other localizable resources (for example, images with text). In my opinion, it is rather inconvenient that one resource file is used for all window lines without an internal hierarchy.
Is it possible to create a "package" of localizable resources, each of which would correspond to a certain shape?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Vishnyakov, 2015-03-03
@asvishnyakov

What does it mean to use one resource file?! Yes, create at least a dozen, just do not forget to add suffixes (ru-ru) to the names. Dll will be created one for each language, by the way.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question