Hi!
On Wed, Apr 02, 2003 at 01:35:18PM +0200, Maurice Lombardi wrote:
LocaleDir := {$ifdef DJGPP} GetEnv ('$DJDIR') + '/share/locale' {$else} '/usr/share/locale' {$endif}; <...> s := BindTextDomain ('gettext', LocaleDir); Is that you need ?
Yes, if this is the default. I wasn't sure if 'LocaleDir' was something special by your environment.
Eike