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..