0

I'm trying to change UI dynamically based on direction of layout.

I found something like "Native RTL support in Android 4.2" but supports minSdkVersion 14

So my question is:

Is there any library or solution to do this without do traditional solution that make two layout to support two language?!

thanks..

vipul mittal
  • 17,343
  • 3
  • 41
  • 44
  • Give a look at this Q&A http://stackoverflow.com/questions/15746091/how-to-handle-rtl-languages-on-pre-4-2-versions-of-android – StarsSky Dec 15 '13 at 09:12

1 Answers1

0

Yes there is, read the documentation through better next time. As you can read here you simply create multiple resource files. This goes with the layout folder as well.

Example folder names:

For english layout

layout-en

and default layout

layout
Warpzit
  • 27,966
  • 19
  • 103
  • 155