Using resources.resx for localization

N

Nathan Laff

i am localizing a project for the first time in visual studio (done it in
delphi before) and had a question.

I understand resourcemanager and all that, but what do most people do with
the Properties.Resources.resx file for string localization?

Do you use this file for your local strings, or do you create a new file
i.e. MyProductStrings.resx, then MyProductStrings.en-us.resx? If you use the
one that comes with every project, how do you localize it? Do you put all
your languages under the properties folder?

Thanks for any opinions!

Nate
 
N

Nathan Laff

Yeah, i've read that. Like i said, I know how all this works, i'm just
looking for opinions on what other people do, regarding the built-in
Properties.Resources.Resoures.resx file
 

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