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
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