Cross-platform tool for translating and internationalizing Delphi & FreePascal programs

Posted by mamcx on Stack Overflow See other posts from Stack Overflow or by mamcx
Published on 2010-03-26T22:45:05Z Indexed on 2010/03/27 10:33 UTC
Read the original article Hit count: 415

I'm writing a program for both Delphi and Lazarus/FreePascal, so I can also reach customers using Linux or Mac OS X.

Is there a cross-platform tool that works in both environments too, so I can add multiple languages? I tried GNU Gettext for Delphi and C++ Builder, but it does not compile in Lazarus for Mac OS X. Is there anything comparable?

© Stack Overflow or respective owner

Related posts about delphi

Related posts about freepascal