TcxLocalizer.Languages Property
In This Article
Specifies a set of languages that will be available for localization.
#Declaration
Delphi
property Languages: TcxLanguages read;
#Property Value
Type |
---|
Tcx |
#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