Is there a way to change text direction

DevKR
Tera Contributor

Hello. is there a way to change text direction from left to right 

to right to left?

i am using a right to left language...

6 REPLIES 6

jaheerhattiwale
Mega Sage
Mega Sage

@DevKR Check below link:

 

https://stackoverflow.com/questions/7770235/how-to-change-the-text-direction-of-an-element

 

Please mark as correct answer if this solves your issue.

Please mark the answer as correct or helpful based on impact
ServiceNow Community Rising Star, Class of 2023

Community Alums
Not applicable

Alex Coope - SN
ServiceNow Employee
ServiceNow Employee

@DevKR,

 

Indeed there is, and it's nice and simple, it's defined by the language record (e.g. "hebrew" or a self-localized version of "arabic" in the [sys_language] table - more info here. There is no need to code this,

 

If you'd like to learn more about our Language support in the platform, please check out our "In-Platform Language Support Guide",

Many thanks,
kind regards

--------------------------------------------------------------------
Director of Globalization Deployment, Internationalization

@Rose J Lever,

I'm afraid this isn't our best practice, as hard-coding text direction in any HTML in the platform will mean that the language's intended direction (as per my original link) will not be correctly honoured,

 

Generally speaking, hard-coding anything in HTML (or any code for that matter) is not advisable due to the technical debt and admin overhead it introduces,

Many thanks,
Kind regards 

--------------------------------------------------------------------
Director of Globalization Deployment, Internationalization