Internationalization & System.Resources

  • Thread starter Thread starter muzilli
  • Start date Start date
M

muzilli

Howdy all,

somebody used in the past the library System.Resources for
internationalization purpose?

I would like to develop an application multi-lingual (english and
french) and I´m thinking to use this library. But the problem is that,
I created the resources file (binary) normally but when I run the
application, one exception occurs for me.

Any tips on that?

Thank you in advance,

Marcelo Muzilli
 
I have used this for varius application, and I have an app, that uses
English, French and Spanish, and Works with no problem, I use the
System.Resources.ResourceManager, for handling the archives, and have varius
archives: Resources.resx, Resources.fr-FR.resx, etc


What is the problem that you have?

Regards,

Bela Istok

Howdy all,

somebody used in the past the library System.Resources for
internationalization purpose?

I would like to develop an application multi-lingual (english and
french) and I´m thinking to use this library. But the problem is that,
I created the resources file (binary) normally but when I run the
application, one exception occurs for me.

Any tips on that?

Thank you in advance,

Marcelo Muzilli
 
Back
Top