This page was generated automatically from The Delphi Super Page archive. If you have any remarks concerning this page please do not hesitate to mail me.
In your mail please do refer to your unique DSP author ID which is 0003944. This helps me to locate your data records in DSP databse.
 
Author/SiteName(Contact)e-mailHome Page
  Diego De Marco [email][Home]

 

 

Files

[ DPSLang106b.zip ] [ 235,976 bytes ] [ Freeware ] [ No Source ]
[ D6 ]
DPS Translation Tools
"DPS Lang" is an alternative to Delphi's ITE. Its highlights are:
  • This ITE is fully compatible with Borland's localization approach: it ends up generating a separate resource DLL for each language, using the language code as its extension (for instance, ENU for American English)
  • It is extremely TeamSource-friendly: it uses only one file for storing all translations (even when using more than one foreign language)
  • It doesn't generate any subfolder with forms or other resource files. This again eliminates version-control issues. In short, *ALL* translation information (including preferences) is stored in a single file.
  • Allows the use of multiple repositories. This is specially useful when you want to keep your translations organized (for instance, keeping utils separated from other project group stuff)
  • Repositories can be categorized just as any regular project. In other words, repositories can contain forms, resourcestrings, and other stuff. Repositories are not just a bunch of translated strings, because each translated item conserves its identifier.
  • As a result of the previous item, this ITE will automatically detect when you change strings in a form or resourcestring that already have a translation in a repository, and allow you to keep your repositories synchronized.
  • It also detects "changed" items: those that have changed (in the native language) so that you can update both your project and your repositories. The same happens with "unused" items.
  • Allows the use of filters to hide undesired properties. For instance, you can direct the ITE to ignore properties ending with ".ConnectionString", ".TableName", etc. so that the ITE shows only meaningful items.
  • Form previews are much more complete than in Delphi's ITE: you can preview MdiChild forms, forms linked to other Forms or Data Modules, Forms with frames, inherited forms, inherited frames and any combination of them.
  • It allows concurrent use on the same projects and repositories. For example, two or more people can concurrently work on the same project sharing the same repositories.
  • As is the case with Delphi, an external executable is provided to be given to external translators. However, the nice point is you only have to provide external translators with this exe and the translation file (remember: just one file!) which makes it much easier than having to send the rc file and all the forms as is the case with Delphi's ITE. See DPSLangX.txt for more info.
  • I'll soon provide import capabilities to allow you to import your existing ITE projects

Added: 14-04-2002   |  Version: 1.06b   |  Downloads: 1075/1075/5
Author:Diego De Marco   [Homepage]   [DSP files]

 

© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.