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

  • Thread starter Thread starter Naveen
  • Start date Start date
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
 
Back
Top