How to translate the applications strings of the native iOS controls. I have gone through the WorkLight Enabling Translation documentation. But I don't find any document related to the native controls.I have created a hybrid worklight app which contains both web and native screens. Using Cordova plugin, I have added native functionality to hybrid application.I am able to get the translation of the application strings (buttons/label/text in html page) using
Messages.header or Messages.sampleText.
Likewise I need to translate the application strings of the native ios components such as button name,Label,text etc.
Is it possible to enable translation the native controls such as button name label/text of my iphone application using WorkLight ?