Show TOC

Accessing Translated Texts During RuntimeLocate this document in the navigation structure

During runtime, translated texts are read directly from the table and sent to the browser.

The browser sends a request for a certain property file with a language extension to the backend, for example i18n_en_US.properties. The handler class in the backend analyzes the file name and extracts the language key. All text elements in the default property file are read with this language key from the corresponding tables in the SAPUI5 text repository. These text elements are collected and sent back to the browser, as if a property file with this language extension would physically exist, but it is not present in the repository.