Page 1 of 1

Difference form Exclude Menu

Posted: Wed Feb 04, 2004 1:53 pm
by chouproute
What's the difference between "Exclude Caption property" and "Do not translate all property" fronm exclude menu in translation Editor?
And how can I increase time of load for translate?

Thanks Marco

Posted: Wed Feb 04, 2004 6:50 pm
by isiticov
When excluding only particular property of component, this property of this component will be added to SmartExcludeProperties property and won't be listed in translations. When ou select "Do not translate all properties" of component, this component will be added to DoNotTranslate property and no one from its properties will be available for translation.
I suppose you've meant "How to decrease the translation loading time?"
To descrease this you can:
1. Use SIB file for storing loading translations (this is the most fast way)
2. When using SIL file exclude as much as possible properties/components from translations. Because as long any unneeded components/properties listed in translations lists they will be loaded and used for translation which will decrease the speed.

:)

Posted: Wed Feb 04, 2004 7:15 pm
by chouproute
Opps, not to Increase Loading time but INcrease loading to decrease loading time!

But never mind, you understood what I wanted to say

Thanks for the tip!