| IElementSetLanguageCaption Method |
Sets the caption text for a given language
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax void SetLanguageCaption(
int languageId,
string caption
)
Sub SetLanguageCaption (
languageId As Integer,
caption As String
)
void SetLanguageCaption(
int languageId,
String^ caption
)
Parameters
- languageId
- Type: SystemInt32
Id of the language used to set the caption - caption
- Type: SystemString
Value of the caption to set
See Also