DLL and string resource

  • Thread starter Thread starter Alain R.
  • Start date Start date
A

Alain R.

Hi,

Under VC++ i used to create DLL for storing string resource for my
international application.
Now, i would like to do the same under C#.

Do you have any suggestion about it or some recommandations ?

thanks a lot,

Alain
 
Hi,

Under VC++ i used to create DLL for storing string resource for my
international application.
Now, i would like to do the same under C#.

Do you have any suggestion about it or some recommandations ?

Search for "localization satellite assembly" and you'll find 'nough good
resources.
 
Back
Top