Online Documentation for Advanced Localizer for RAD Studio VCL

Language Source Editor


Form Localizer Editor helps you to set the properties of TQLanguageSource component quickly. To activate this window, double-click the component instance or right-click it and choose 'Edit Language Source' in the popup menu.

 

btnSave Save - use this button to save all the changes you made in the Language Source Editor.

 

btnAdd Add language - use this button to add a language to the list of available languages (Languages property). In the dialog window you must specify the language source name (LanguageValue property) and the language name (LanguageName property). If no file exists with the filename you specified, it will be created.

 

btnEdit Edit language - use this button to change the name and/or the source file of the selected language. To make this button available you should choose any language (except 'Original') in the language list.

 

btnRemove Remove language - use this button to remove a language from the list of the available languages. The language file will not be deleted, but the language will not be used by TQLanguageSource. To make this button available you should choose any language (except 'Original') in the language list.

 

btnSetActive Set As Active Language - use this button to make the selected language active. Note that to apply the localized property values from the language file to the form components, you should create an instance of TQFormLocalizer and specify the current TQLanguageSource component in the Source property of TQFormLocalizer. If such instance exists, then the property values of the language you set as active will be applied to the form components after you click 'Save'.

 


See also:

TQLanguageSource component

Form Localizer Editor