@eras3r: open your APP_NAME_info.plist file and add "Localization native development region" key with value "English", "Spanish", etc
@Mr.Magoo: added functionality to use standard icons, instead of image name you will need to specify number of the icon in set, for example:
- Code: Select all
tabbar.setTabBarForPage("1.html", "1", "6"); // use 6th icon from the list (starting from 1, not zero) so the icon used is History
Here is the list:
UITabBarSystemItemFavorites, // this is 1st, not 0!
UITabBarSystemItemFeatured,
UITabBarSystemItemTopRated,
UITabBarSystemItemRecents,
UITabBarSystemItemContacts,
UITabBarSystemItemHistory, // we used this one in example
UITabBarSystemItemBookmarks,
UITabBarSystemItemSearch,
UITabBarSystemItemDownloads,
UITabBarSystemItemMostRecent,
UITabBarSystemItemMostViewed