---
sourceDocument: Australia ServiceNow AI Platform user interface
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/platform-user-interface

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform user interface

ft:clusterId :

    - platux

bundleId :

    - platux

workflow :

    - Platform


---

# Styling for right-to-left languages in portals

# Styling for right-to-left languages in portals {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Localizing a portal for right-to-left languages requires CSS that mirrors the direction of portal pages.

Service Portal can generate the CSS required to mirror the user interface direction of the portal when the session language is a right-to-left language. The entire hierarchy of existing infrastructure for styling
left-to-right languages---the theme, page, widget, and widget instance SCSS---is converted to CSS for right-to-left languages. All directional properties supported by [RTLCSS](https://rtlcss.com/learn/getting-started/why-rtlcss/) are converted. However, plain CSS files included in any of the theme or widget dependency records, internal CSS, and inline CSS aren't automatically converted.
Figure 1. Service Portal direction mirrored for Hebrew

You can also provide your own CSS for right-to-left languages to override the automatically generated CSS if you use an external CSS library and you can control the conversion of CSS for right-to-left languages using a variety of
methods.  
Note:  
Base system portals besides Service Portal (/sp) and custom portals might need additional CSS customization to mirror the direction of a portal for right-to-left languages completely.

To track how many users view a portal in a right-to-left language, see the PortalPageLoad event in Usage Insights for Service Portal. For more information about available events, see [Service Portal events](https://servicenow-prod.fluidtopics.net/Yo0mPxxZiOAkq1ZX7eRk7w "View Service Portal events to get insight into how a portal is being used in your organization.").
* **[Mirror the portal direction for right-to-left languages](https://servicenow-prod.fluidtopics.net/6dHXXAoP62Y_0LblydE33Q)**   
  Mirror the direction of a portal's user interface for right-to-left languages by enabling the necessary CSS.
* **[CSS for right-to-left languages in portals](https://servicenow-prod.fluidtopics.net/wHww4DD0c40~QVluMj5rNQ)**   
  You can control the generation of CSS for right-to-left languages using a variety of methods.

