System.Object
Eplan.EplApi.HEServices.Translate
System.Object
Eplan.EplApi.HEServices.Translate
Name | Description | |
---|---|---|
Translate Constructor | Default constructor |
Name | Description | |
---|---|---|
ActiveTranslateDatabase | Returns or sets the type of current translate database. Possible values are DatabaseType.SQL and DatabaseType.EPLAN | |
TranslateDatabase | Returns or sets the complete filename of the current translate database or connection string if SQL connection is selected. |
Name | Description | |
---|---|---|
AddProjectLanguage | Overloaded. Method for adding a project language. It adds the language to the set of possible languages. | |
Correct | Overloaded. Correct translations in project. | |
Dispose | Destructor | |
ExportDatabaseTexts | Exporting text from translation database | |
ExportMissingTranslation | Overloaded. Exports a missing-word list of the given objects. | |
GetCommonLanguages | Determines the list of languages, which the given storableObjects have in common. Is used for getting the common languages of a project. | |
GetStringToDisplayInDialogs | Overloaded. Get string displayed in project-independent dialogs (like parts management). | |
ImportDatabaseTexts | Importing text to translation database | |
ImportProjectTexts | Overloaded. Method for importing texts from the project into the dictionary (language database). As the case may be, one or more new languages will be added to the dictionary. The language database into which the texts will be written are determined by a user setting. The languages specified in listLanguages should be already in the translation languages of the project, otherwise nothing is is imported for a language. | |
RemoveProjectLanguage | Overloaded. Method for removing a project language. It removes the language from the set of displayed languages. | |
RemoveProjectLanguages | Method for removing a collection of languages from a project. | |
SetDisplayedLanguages | Overloaded. Method for adding a language that will be displayed in the project. | |
SetSQLServerConnectionParameters | Sets SQL connection parameters. | |
TranslateObjects | Translates all texts of a StorableObject (also project or page). | |
TranslatePage | Translates all texts of a page in the specified project. | |
TranslateProject | Translates all texts in the specified project. | |
TranslateText | Get translation for the given text, according to project settings. |