var fDesc=new Array(); fDesc[0] = "Balmsoft Polyglot contains components for localization your Delphi application.
It contains IDE extension for generation files with localizable items and components
for applying files with localization. You can translate any localizable property in your
application and even your end users can localize your application to their language.

Key features
* Easy-to-start - just place component and provide a couple of properties;
* Wizard for generation and update translation files;
* Easy to use translation format;
* Special symbols support;
* Collections support;
* TStrings support;
* Resourcestrings support;
* Flexible filtering capabilities for translation files generation;
* Switching between languages in run-time;
* Detailed documentation;"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }