Click or drag to resize
Askia

ILanguageCollectionAdd Method

Adds a new language in the collection given its name

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
void Add(
	ILanguage language
)

Parameters

language
Type: AskiaCoreILanguage
Language to add

Return Value

Type: 
Returns the newly added language
See Also