Eplan Platform API
Eplan.EplApi.HEServices Namespace / Translate Class / TranslateObjects Method
Array of StorableObjects to be translated.

TranslateObjects Method
Translates all texts of a StorableObject (also project or page).
Syntax
public bool TranslateObjects( 
   StorableObject[] storableObjects
)

Parameters

storableObjects
Array of StorableObjects to be translated.

Return Value

true, in case of success.
Exceptions
ExceptionDescription
An error occurred during translation.
Remarks
For projects or pages all elements within will be translated.
See Also