| GNU gettext for Delphi, C++ Builder and Kylix 1.2 beta | ||
|---|---|---|
| <<< Previous | "Hello, World" source code | Next >>> |
unit gginitializer;
interface
implementation
uses
gnugettext;
initialization
// Use delphi.mo for runtime library translations, if it is there
// by putting this line into this separate unit, we can execute it
// before the initialization sections of the other units are executed.
AddDomainForResourceString('delphi');
end. |
| <<< Previous | Home | Next >>> |
| "Hello, World" source code | Up | SampleForm.pas |