SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Localization in SAPUI5

A resource bundle is a Java properties file used in SAPUI5 to store and manage localized texts for an application. Developers use it to provide translations and locale-specific strings that the framework resolves at runtime based on the user's language settings. Localization in SAPUI5 relies on these files to align text handling with general locale concepts, enabling apps to serve users across different languages and regions.

Docs explaining this concept

Prerequisites

Concepts that build on this