I want to make my WPF
window multilanguage
.
I have already read this post. Instead of using resx
file, I want that the translations are performed by an instance of my class that is the translation responsable because I use it also in other points of the application.
I thought to implement the Binding
with a converter
which receives the key value that has to be translated. I don't know if this is the best approach or if there are any better solution.
Any help is really appreciate! Thanks.