Localization on mobile devices
ServiceNow mobile apps are localized in many languages, including both left-to-right and right-to-left languages. Additionally, you can customize non-default languages on the client-side. These features ensure that your translations remain consistent across your mobile applications.
ServiceNow mobile applications draw localized texts from multiple sources, which means that native apps may display a mix of localization methods.
- Native localization
- Native localization uses the device’s language settings to automatically localize built-in elements such as screen titles and button labels. For more information, see Native localization.
- Server-side localization
- Server-side localization is controlled in a similar way to desktop web localization, using the server system language or user preference. This option enables you to customize translations for components like field labels and web content. For more information, see Server-side localization.
- Client-side localization
- Client-side localization uses the device’s UI to localize app-rendered elements such as screens, lists, and buttons. You can include languages beyond those natively supported by the ServiceNow AI Platform base system. For more information, see Client-side localization.