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
Post a Comment