multilanguage DLL or XML ( i18n) Internationalization
-
What kind of software can i use for developing a multilingual app in delphi? I am thinking of using xml or dll. What are the differences pros and cons? Can anyone please help me?
Well I know nothing of Delphi, but I do know that: A dll is a library of classes and/or functions that can be used by an application as it runs. XML is a method of representing a set of text elements in a structured manner. The difference is that a dll and XML have no correspondence whatsoever.
-
What kind of software can i use for developing a multilingual app in delphi? I am thinking of using xml or dll. What are the differences pros and cons? Can anyone please help me?
Delphi has a little built-in tool that handles internationalization. But it´s really basic. You also got a couple of commercial localization tools that support Delphi applications: Multilizer (http://www2.multilizer.com/) and Sisulizer (http://www.sisulizer.com/), and an open-source tool based on GetText: http://dxgettext.po.dk/