Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2007
    Posts
    160

    Localization How To Questions...

    Hi all,

    I've searched the forum and found some posts, mostly older, regarding localization. I'm just wondering if someone out there has had to localize their project and if so, how did they go about doing it.

    Was it something along the lines of using variables for all the displayed text strings, grab the OS language setting and display then accordingly?

    I will probably have to undertake this task Q1 of '12 so I thought I would start searching for some help now. Any how to pointers would be greatly appreciated.

    Thanks!

  2. #2
    Join Date
    Feb 2007
    Location
    Como, Italy
    Posts
    1,415
    A solution could be to get the language code in use in the system (using System.GetDefaultLangID) and have language text strings stored in external INI or XML files (maybe named with the respective language code).

    This way can be very useful when adding other localizations to your app.
    We are slowly invading your planet to teach lazy humans to read the user manual.
    But don't be scared: we are here to help.

  3. #3
    Join Date
    Jan 2007
    Posts
    160
    You mean somthing like...

    Store all the needed UI strings in INI/XML, then run Preload script to set any variables and control attributes?

Posting Permissions

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