- languages
- Array of language ids that will be activated.
Visual Basic (Declaration) | |
---|---|
Public Sub SelectLanguages( _ ByVal languages() As RasterDocumentLanguage _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SelectLanguages( RasterDocumentLanguage[] languages ) |
C++/CLI | |
---|---|
public: void SelectLanguages( array<RasterDocumentLanguage>^ languages ) |
Parameters
- languages
- Array of language ids that will be activated.
Visual Basic | Copy Code |
---|---|
Public Sub SelectLanguagesExample() |
C# | Copy Code |
---|---|
public void SelectLanguagesExample() |
Defines the main part of the Language environment of the Character Set.
If this method is not called to specify the language(s) to be recognized, the default language, the English language, is applied.
To get the current activated languages, use the SelectedLanguages property.
The following properties are used to set or get the character options for the current activated languages:
For more information, refer to Working with Languages.
If this method is not called to specify the language(s) to be recognized, the default language, the English language, is applied.
To get the current activated languages, use the SelectedLanguages property.
The following properties are used to set or get the character options for the current activated languages:
- LanguageCharacterPlus property
- LanguageCharacterPlusFilter property
- LanguageCharacterFilter property
For more information, refer to Working with Languages.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family