html - Change default language in iOS app -
html - Change default language in iOS app -
i developing hybrid ios app in ios 7 , php/html/js. have made webviewer , therein loaded web-part of app.
i have photo uploader in html:
<input type="file" accept="image/*" capture="camera" />
if tap button, ios show me 3 default options:
1) take photo 2) take existing 3) cancel
all these options in english. possible set dutch? so, possible alter sort of app language?
if localize application: http://www.raywenderlich.com/64401/internationalization-tutorial-for-ios-2014, , alter iphone language settings dutch, (settings->general->international->language), options shown in dutch.
html ios hybrid-mobile-app
Comments
Post a Comment