I'm creating an app in Polish (Polish is set in iPhone settings). All VoiceOver text are said in Polish (like button, numbers etc.).
But when I scroll UITableView with three fingers it say in English: "Rows 1 to 10 of 16" (1, 10 and 16 in Polish).
How to fix it?
EDIT:
It speaks "Rows %d to %d of %d" in English with Polish accent.
What is interesting is that, in system's apps like Contacs, while scrolling, it says "Rows %d to %d of %d" in whole Polish.