printing - Custom iOS Popover for Print Options -


i trying create multi-language application can print document.

when print button pressed shows standard ios popover print options. in english , not in language of device

i localized strings application. other parts working fine. not able find exact place set labels in print options.

this used call popover print options

[printcontroller presentfrombarbuttonitem:sender animated:animated completionhandler:completionhandler]; 

what method convert labels on popover custom language i.e. device language.

an example on same appreciated. thank you.

i suggest go through apple's localisation/internationalisation guide multilanguage support. https://developer.apple.com/internationalization/

the way use nslocalizedstring in place of nsstrings.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -