Translation of Controls in the Dialog Editor /text/sbasic/guide/translation.xhp dialogs;translating localizing dialogs translating dialogs Translation of Controls in the Dialog Editor The Language toolbar in the Basic IDE dialog editor shows controls to enable and manage localizable dialogs. By default, any dialog that you create only contains string resources for one language. You may want to create dialogs that automatically show localized strings according to the user's language settings.current language listbox Select the language for the strings that you want to edit. Click the Manage Languages icon to add languages.Manage Language icon is in sbasic/shared/02/20000000.xhppresent languages box in manage user interface language dialog Click a language, then click Default to set the language as default, or click Delete to remove the language from the list.add Opens a dialog where you can add a language to the list.delete Select a language in the list and click Delete to remove that language. When you remove all languages, the string resources for localizable dialogs are removed from all dialogs in the current library.default Select a language in the list and click Default to set the language as default language.set default user interface dialog The default language will be used as a source for all other language strings.available languages box Add UI languages for your dialog strings. To enable localizable dialogs In the Basic IDE dialog editor, open the Language toolbar choosing View - Toolbars - Language. If the current library already contains a localizable dialog, the Language toolbar is shown automatically. Click the Manage Languages icon Manage Language icon on the Language toolbar or on the Toolbox bar. You see the Manage User Interface Language dialog. The dialog manages languages for the current library. The name of the current library is shown on the title bar. Click Add in the dialog to add a language entry. This step enables all new dialogs to contain localizable string resources. The first time you click Add, you see the Set Default User Interface Language dialog. The following times you click Add, this dialog has the name Add User Interface Language. You can also change the default language in the Manage User Interface Language dialog. Select a language. This adds string resources to contain the translated versions of all strings to the dialog properties. The set of dialog strings of the default language is copied to the new set of strings. Later, you can switch to the new language and then translate the strings. Close the dialog or add additional languages. To edit localizable controls in your dialog Once you have added the resources for localizable strings in your dialogs, you can select the current language from the Current Language listbox on the Language toolbar. Switch the Current Language listbox to display the default language. Insert any number of controls to your dialog and enter all strings you want. Select another language in the Current Language listbox. Using the control's property dialogs, edit all strings to the other language. Repeat for all languages that you added. The user of your dialog will see the strings of the user interface language of the user's version of %PRODUCTNAME, if you did provide strings in that language. If no language matches the user's version, the user will see the default language strings. If the user has an older version of %PRODUCTNAME that does not know localizable string resources for Basic dialogs, the user will see the default language strings.