RC-WinTrans Object Model Help |
![]() |
The "ProjectLanguages" object is a collection of "ProjectLanguage" objects.
Member | Description | |
---|---|---|
![]() |
Add | Adds a project language to the collection. Add( LanguageCode As String ) As ProjectLanguage
|
![]() |
Item | Returns the project language at the specified index. Item( Index as Variant ) As ProjectLanguage
|
![]() |
Remove | Removes the project language at the specified index. Remove( Index As Variant )
|
![]() |
ActiveSourceLanguage | Returns the active source language of the project or sets it. |
![]() |
ActiveTargetLanguage | Returns the active target language of the project or sets it. |
![]() |
Count | Returns the number of project languages in the project. |
![]() |
OriginalSourceLanguage | Returns the original source language. |