Hi,

Is it possible to use resource strings in constants and be able to
translate them with 'gettext' unit at runtime?


 cGenderGUI: array[TGender] of string =
     ( rsGenderMale, rsGenderFemale );

 cGenderDB: array[TGender] of string =
     ( 'M', 'F' );


Whenever I reference the cGenderGUI[xxx] I always get the original
resource string value instead of the translated one.  I'll double
check tomorrow if I'm doing something stupid.



--
Graeme Geldenhuys

There's no place like S34° 03.168'  E018° 49.342'

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to