IMasterToolSettingsFolderTranslationsParams¶
- class IMasterToolSettingsFolderTranslationsParams¶
Bases:
ImpactCOMWrapperBase- Description:
The options to be used when getting the MTS folder name translations.
- Remarks:
Used with the master_tool_settings_folder_translations method. The language_id and exact_language_match properties must be specified. The results are returned via the native_names and translated_names properties. Introduced in Impact 8.0.0.52
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property exact_language_match¶
Gets exact_language_match.
- Description:
Specifies what to do if there is no translation for the specified language.
- Returns:
The value of exact_language_match.
- Return type:
exact_language_match (bool)
- property language_id¶
Gets language_id.
- Description:
A string or enum representing the language wanted.
- Returns:
The value of language_id.
- Return type:
language_id (any)
- property native_names¶
Gets native_names.
- Description:
An array of the untranslated folder names.
- Returns:
The value of native_names.
- Return type:
native_names (any)
- property translated_names¶
Gets translated_names.
- Description:
An array of the translated folder names.
- Returns:
The value of translated_names.
- Return type:
translated_names (any)