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 confirm that your translations remain consistent across your mobile applications.
ServiceNow mobile applications are localized from different sources, which means that there's a blending of localization visible inside native applications.
- 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.