Question

How can I detect in my webpage using javascript if the user is using a browser with RTL language? For example Arabic. I want to provide a different layout for them.

Was it helpful?

Solution

I might be missing something, but since it's your webpage/server that ultimately decides whether to display/send Arabic text or not can't you use the browser language preference to also provide a different layout?

JavaScript for detecting browser language preference

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top