ITranslationsComponent

DeclarationCopy link to this sectionLink to this section copied!

ITranslationsComponent : IDispatch

OverviewCopy link to this sectionLink to this section copied!

This interface is meant to get interfaces for languages and languages options.

PropertiesCopy link to this sectionLink to this section copied!

ILanguagesOptions LanguagesOptions - Gets the interface for language options.

MethodsCopy link to this sectionLink to this section copied!

AddLanguageAllBuilds(Int LangId) - Adds a new language for all builds in the project.

NoteLangId is a specified language id as detailed in the Microsoft documentation.

RemoveLanguageAllBuilds(Int LangId) - Removes a specified language from all builds in the project.

AddLanguagePerBuild(Int LangId, IBuild Build) - Adds a new language for a specified Build in the project.

RemoveLanguagePerBuild(Int LangId, IBuild Build) - Remove a language for a specified Build in the project.

GetAvailableLanguages() returns String - Returns all the available languages and their corresponding LangId.

GetLanguages() returns String - Returns all the languages present in the project.

GetBuildLanguages(IBuild Build) returns String Returns languages for the specified Build.

Topics

  • ILanguagesOptions
    This interface is used to control the project's language translation settings.