Hi,
I have an app in which the user can select the language for the session, so I have implemented my own localisation within the app (the app will be installed on iPads which will always be based in the UK, but users may be of different nationalities - which is why I'm not using device locale/region settings).
My problem is the UIDatePicker - I have successfully managed to localise the entire app using the in-app language selection but cannot work out how to do the UIDatePicker...
Does anyone have any ideas? I did read a post that suggested it would be possible to get to the tables which hold the datepicker values and substitute localised strings in, but I have no idea how to do that!
I basically need to be able to switch the month names into 1 of 6 different (latin based) languages without leaving the app - any suggestions would be much appreciated.
Many thanks,
Olly