Using resources.resx for localization

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