DLL and string resource

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alain R.

    #1

    DLL and string resource

    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
  • Tim Van Wassenhove

    #2
    Re: DLL and string resource

    On 2007-08-19, Alain R. <noemail@nospam .comwrote:
    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 "localizati on satellite assembly" and you'll find 'nough good
    resources.

    --
    Kind regards,
    Tim Van Wassenhove <url:http://www.timvw.be/>

    Comment

    • =?Utf-8?B?WWFyb24gS2Fybmk=?=

      #3
      RE: DLL and string resource

      Brief description :RSC. its the suffix file name of resource file, every
      project have its own resource file, also every form.
      the user have the ability to manage its own resource using specific manager
      engine of the resource (of its own) look an example


      Read on localization and resource file.
      --
      Sincerely
      Yaron Karni
      All .net c# stuff, patterns code and snippet help programmer.



      "Alain R." wrote:
      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
      >

      Comment

      Working...