You are right, I misunderstood the question.
In this case, you can try to add a new element to your project or add an existing copy of an existing resource file, just rename it first outside of VS.
Select "Resource File"
Name it Resource.de-DE.resx
After creating it, you can move it to the "Properties" folder.
Open the file, change the access modifier from above to internal, it will be set to "No code generation"
Add your lines with German translations to the new resource file
Compile, and when the culture of the language or user interface stream changes, it must use the correct values ββfrom the language resource file.
My quick little test worked fine and switched as desired.
KMessenger Dec 11 '08 at 3:54 2008-12-11 03:54
source share