Hey,
I have a problem with localizing the indexes that appear on the right of a UITableView. I need the letters of these indexes to appear according to the used language in the iPhone. After searching I found that i have to use the following NSArray:
When I tested it, I found out that it always gives English characters no matter what the used language is. But in the Contacts application, Both English and the default language characters appear on the right of the table.
I appreciate any help concerning this subject
Best regards
Sami
I have a problem with localizing the indexes that appear on the right of a UITableView. I need the letters of these indexes to appear according to the used language in the iPhone. After searching I found that i have to use the following NSArray:
Code:
[[UILocalizedIndexedCollation currentCollation] sectionIndexTitles];
When I tested it, I found out that it always gives English characters no matter what the used language is. But in the Contacts application, Both English and the default language characters appear on the right of the table.
I appreciate any help concerning this subject
Best regards
Sami