| View previous topic :: View next topic |
| Author |
Message |
Lars B. Dybdahl Guest
|
Posted: Tue Jul 15, 2003 11:52 am Post subject: Re: "no localization needed" strings |
|
|
Paul Tremasov wrote:
| Quote: | How can I preserve some string properties of my self-developed components
from being translated by Translation Manager?
|
You can't. The integrated translation manager creates a new resource dll
that contains all the information from DFM files, and therefore everything
from the DFM files needs to be put through the Delphi ITE.
Lars.
--
Dybdahl Engineering
Denmark
Free GNU gettext for Delphi i18n/localization tool:
http://dybdahl.dk/dxgettext/
|
|
| Back to top |
|
 |
Troy Wolbrink Guest
|
Posted: Wed Jul 16, 2003 1:30 pm Post subject: Re: "no localization needed" strings |
|
|
I don't have much experience with the Translation Manager, but I believe
that the only way to get a property to be translatable is to call
RegisterPropertiesInCategory('Localizable', ...) with your property.
|
|
| Back to top |
|
 |
Johan Van Wijk Guest
|
Posted: Wed Jul 16, 2003 1:33 pm Post subject: Re: "no localization needed" strings |
|
|
Paul Tremasov wrote:
| Quote: | Hello!
How can I preserve some string properties of my self-developed components
from being translated by Translation Manager?
Thanks.
u add TP_GlobalIgnoreClassProperty(ComponentName,'Property') |
before u start translating (TranslateComponent(Self);)
|
|
| Back to top |
|
 |
|