Problem
Currently the program has hard-coded strings representing the user interface in German language. The user interface should be able to be displayed in multiple languages.
(Possible) Solution
Find a way to easily support multiple languages and make it possible that translators are able to translate the without much knowledge of C#.
Problem
Currently the program has hard-coded strings representing the user interface in German language. The user interface should be able to be displayed in multiple languages.
(Possible) Solution
Find a way to easily support multiple languages and make it possible that translators are able to translate the without much knowledge of C#.