Only Office Arabic language and Right To Left writing support in Editor

Hi ,
My question is for configuration level as i have integrated only office in my application where we were using some other editor previously.
Can anyone please let me know, if we have any configuration in only office so that it will automatically write from right to left.
And i am trying to select different different languages from bottom of the editor
still its only writing data in English i am trying to use it for Arabic.
Even tough i have tried options available over internet to use to write data in RTL
and select language as Arabic but nothing worked.
Version of my editor is 8.2.2.
If anyone can answer, if this feature is available or not and if yes how we can use it .
It will be really helpful .
Thanks in Advance.

Hi @govindagupta07

If you need to make the interface in Arabic, you need to change this parameter in editor initializing configuration file:
https://api.onlyoffice.com/editors/config/editor#lang

I have already tried adding
“lang”: “ar”, for arabic
but still its writing in english only

Hey @govindagupta07

Could you please share the initialization configuration of the editor you are using?

Additionally, the syntax for setting the language is:
lang: "ar",
(not "lang": "ar",).

Also, I’d like to highlight that the feature mentioned in this post RTL Text Direction is planned for release in version 8.3.x.