hi,
I am using Google language API to change the website language which is working fine. https://developers.google.com/transliterate/v1/getting_started
I want when user select Arabic language so my website orientation change from left to right. its possible we need to take apply in body tag thru css to make it left right,
Question is to pick from google api and check that user has selected arabic so we can dynamically change the css tag
Please advice