[This is preliminary documentation and is subject to change.]

Adds the language.

Namespace:  NHunspell
Assembly:  NHunspell (in NHunspell.dll) Version: 0.9.2.0 (0.9.2.0)

Syntax

C#
public void AddLanguage(
	LanguageConfig config
)
Visual Basic (Declaration)
Public Sub AddLanguage ( _
	config As LanguageConfig _
)
Visual C++
public:
void AddLanguage(
	LanguageConfig^ config
)

Parameters

config
Type: NHunspell..::.LanguageConfig
The language configuration.

See Also