delphi - How to translate (internationalize, localize) application? -
i need translate application on delphi. strings in interface on russian. tools fast find, parcing pas'es string constants?
how people translate large applications?
gettext should able do, search "extract" @ http://dxgettext.po.dk/documentation/how-to
if need translate gui , maybe resourcestring in sources, , inline string constants in pascal sources not needed translation, can try delphi built-in method. forums ite buggy. @ least official delphi way.
- http://edn.embarcadero.com/article/32974
- http://docwiki.embarcadero.com/radstudio/en/creating_resource_dlls
to translate sources itm manual preparation needed shown in source sheets @ http://www.gunsmoker.ru/2010/06/delphi-ite-integrated-translation.html
i remember tranlsated polaris texts jedivcl team - did extraction. think extracted characters > #127 text file - there no structure, there constants , comments, together. still, there component, though doubt can used way need: http://wiki.delphi-jedi.org/wiki/jvcl_help:tjvtranslator
there commercial tools. don't know if features on initial extraction , translation tasks. of when need mantain large application translated many languages, not when need one-time conversion. maybe wrong, check trial versions if wish. reviews suites considered among best of commercial ones:
- tsilang suite http://www.tsilang.com/?siteid2=7
- korzh localizer http://devtools.korzh.com/localization-delphi/
Comments
Post a Comment