Skip to main content

TcxLocalizer.Languages Property

Specifies a set of languages that will be available for localization.

Declaration

property Languages: TcxLanguages read;

Property Value

Type
TcxLanguages

Remarks

Use this property to determine languages that are available for localization, and access a language which will be used for localization.

You can also use this property to add a language dynamically via code.

See Also