By localizing an iPhone app, we display cultural information in the user’s specified locale, but what about the text, like the application name and displaying visible information in user’s preferred language. In this tutorial, I will show you how we can use resource files to display visible text in user’s language.
From time to time you may need to display some information which is locale specific and we may not be able to do it using NSNumberFormatter and NSDateFormatter. Any example might be displaying telephone numbers in a certain format. In such a case, we can create a custom formatter, which is [...]
It is very important to localize your iPhone applications, since the app can be used in more then 70 countries. Users want to see information, which is formatted according to their native country or region.
Localizing iPhone Apps – Part 1 Localizing iPhone Apps – Custom Formatter Localizing iPhone Apps – Internationalization [...]
In this tutorial, I will show you how to edit data and update its contents in the SQLite database. We will look at how to edit one field at a time.
SQLite Tutorial – Displaying data in a UITableView. SQLite Tutorial – Deleting data from UITableView. SQLite Tutorial – [...]
Tags
