bobbyali / kidsvidz

KidsVidz - Simple and Safe iOS YouTube player for young children
0 stars 1 forks source link

Add multi language support #16

Closed bobbyali closed 9 years ago

bobbyali commented 9 years ago

How do I do this? And are there any issues involved when doing so? Is there a good way of designing the app to make this easy later?

bobbyali commented 9 years ago

New strings file resources for new langs Have to wrap all strings in app in a macro NSLocaliseString("Cancel") - enter the key String files will have the equivalent "CANCEL" = "Cancel" langFormat.strings en_GB

bobbyali commented 9 years ago

Now I realise that I showed you only the way to localise strings that appear inside the code, but forgot about .xib files. Here is a good resource for .xib files. http://www.ibabbleon.com/iphone_app_localization.html