Hi im new to C# and localization, i got it to work, but i was wondering if there were any pre-made language (resx) files available for download or should i create them myself from scratch?
thanks
Bart
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’re two ways of understanding your question.
If it’s:
a. You want a generic, common RESX contaning typical words in an application… I don’t think so.
b. You want to create a RESX and you need to manually create the XML file and its strongly-typed version as a class to easly access it in your application: no.
For “a” I don’t have anything to add to the explanation, but regarding “b“, just go to Visual Studio and right-click on your project or on a project folder, choose “Add new item” and look for the resources file item, click on “Add”, and that’s all.