Click here to Skip to main content
15,881,855 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I have a web application which should be Localized to 3 languages. All the controls are taking the control text from the Resx file of that language. Now I have scenario like suppose if we have a messages,custom error messages to show for that particular culture. So for this I have created a seperate Foldere as "Resources" and created a resx as "DialogMessages.ar-IQ.resx".

How can I read the "DialogMessages.ar-IQ.resx" in C# ?

I have tried to read the file using ResxResourceReader class. Is this a correct process or any flaw exists ?
Posted
Updated 20-Feb-14 23:02pm
v2

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900