The Translated attribute function replaces existing document variables in the text with their contents and returns the RTF text as an RTF variable.
Syntax | |||||
Translated([LanguageID][, CurrencyID][, ObjectToUse]) | |||||
Return value | |||||
RTF |
Return of the RTF with replaced document variables | ||||
Parameter | |||||
Use |
Name |
Type |
Passing |
Description | |
Optional |
LanguageID |
String |
ByVal |
Language-ID of the RTF-Text. If LanguageID is not specified, the dialog language applies. | |
Optional |
LanguageIDToUse |
String |
ByVal |
Language-ID to be used for replacement. If LanguageID is not specified, the dialog language applies. | |
Optional |
CurrencyIDToUse |
String |
ByVal |
Currency-ID to be used for replacement. If LanguageID is not specified, the dialog language applies. | |
Optional |
ObjectToUse |
TCE-Objektzeiger |
ByVal |
Object to be used for replacement. If object is not specified, th object of the RTF-variable applies. | |