Gets the list of language keys for the region defintion.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public DelimitedStringCollection LanguageKeys { get; }
Visual Basic
Public ReadOnly Property LanguageKeys As DelimitedStringCollection
	Get

Property Value

Type: DelimitedStringCollection
The language keys.

See Also