Localization
From REALbasicWiki
[edit] Tips
[edit] How to localize a tabpanel using the # prefix
Create each tab's caption as a separate constant.
Then, in the text editor that pops up when you add the tab captions, just add each tab's constant (in order) on a separate line;
#kBackupTab
#kRestoreTab
#kVerifyTab
#kScheduleTab
#kSettingsTab
