html - Change application direction using Phonegap or SAPUI5 -


i not able change app direction using (html dir="ltr"), after android device language has been changed arabic. how can change app direction ltr using phonegap or sapui5?

that kind of not possible,

reason : because if need build entire android app again , run in device.

possible solution

you can use navigator.language detect device language , based on can load different css , html.


Comments