Is there a way to change text direction
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â01-10-2023 10:36 PM
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â01-10-2023 10:53 PM
@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.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â01-10-2023 11:04 PM
Hi @DevKR ,
Refer to this thread : https://www.servicenow.com/community/developer-forum/service-portal-rtl-right-to-left-custom-solutio...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â01-11-2023 07:27 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â01-11-2023 08:40 AM
@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