Click or drag to resize
Askia

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
)

Parameters

languageId
Type: SystemInt32
Id of the language used to set the caption
caption
Type: SystemString
Value of the caption to set
See Also