Hello
@Chriztian Steinmeier ,
I have a small solution maybe that can help you.
For me in my projects I still using the ResourceTxt file, You can define the Langueges like:
in the english file : Hello :Hello
in the Danish file: Hello : Hej
that mean you define the words inside the two files under the same name and on the change culture the language will be changed.
and you can call it by :
YourProjectName.TheFolderThatYouSaveTheFilesInsideIt.ResourceTxt.YourWord
in my project :
MyProject.Resource.Resource.Hello
Bach
MyProject.Resource.Resource.Bach
-------------------------------------------------
MyProject.Resource.Resource.Hellow
// english -> Hello
MyProject.Resource.Resource.Hellow
// Danish -> Hej