Hello,
I have an application that works in two langauges. I created two .resx files, one for each language and I get the texts of my labels for example like this
lblName = Resources.Resou rce.name;
It works great for my labels.
But now I have a paragraph of text. I don't know how to put a "next line" or tab in my text in my resource files and I am not sure if this is the way to go. Should I use the same resource files as for my labels, or should create a .txt file for each language. If that is the case how does my application set a string to the text in one of the .txt files depending on the language?
Thank you for your help.
I have an application that works in two langauges. I created two .resx files, one for each language and I get the texts of my labels for example like this
lblName = Resources.Resou rce.name;
It works great for my labels.
But now I have a paragraph of text. I don't know how to put a "next line" or tab in my text in my resource files and I am not sure if this is the way to go. Should I use the same resource files as for my labels, or should create a .txt file for each language. If that is the case how does my application set a string to the text in one of the .txt files depending on the language?
Thank you for your help.