is there a way to load resx file other then below code

N

Naveen

Hi,

I want to load a resx file, currently i am using the below code.

UIStrings.Culture = new System.Globalization.CultureInfo("fr-FR");
lblShowValue.Content = UIStrings.lblFromResourcesText;

However i want to change this to use a xyz.resx instead of the resource that
is there in fr-Fr folder, is there any way i can do this?

-Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top