How to change the text direction in notification to rtl ,

I am working on FF addon the notification message text direction form Left to Right , i want to change it to Right to Left,

1 Like

Take a look at the lang attribute first, which might help with other rendering hints, too. If that doesn’t help, the dir attribute.

@Pike , i am using chrome.notifications.create() so whenever i add lang or dire attributes it throw an error (Unexpected property “dir”) for notifications.create.