Results 1 to 3 of 3

Thread: Localization/Language implementation??

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Posts
    127

    Localization/Language implementation??

    Any ideas on what the best way to implement localization (language) - I am thinking of using an XML file for internal labels, loading an array at startup - help files handled as individual, by language - picked by name (helpENG.chm etc)

    Is there a better way?? or is this the best way... Is making multiple versions a better idea??? (obviously individual versions will reduce resource demands)

    Cheers

  2. #2
    Fanatic Member alexandros's Avatar
    Join Date
    Oct 2002
    Location
    Milky Way Galaxy
    Posts
    694

    Re: Localization/Language implementation??

    Yes there is a better way.
    Use a resource file for keeping the strings (error strings etc.) and then use a resource manager to get the value for the selected language.
    Also alter the resource files for specific languages and then use resgen.exe to translate
    the labels on forms etc.

    .NET offers many things for helping you with localization.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Posts
    127

    Re: Localization/Language implementation??

    great - thanks - I will do more reading

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width