.properties files (often mistakenly called .props) are used for language-specific translations.
One default file (i18n.properties) and additional ones like i18n_fr.properties.
These files containkey-valuepairs for translation.
SAPUI5 SDK:
“Internationalization is supported using resource bundles. Each bundle is a .properties file with keys and translations. You must provide separate files per language.”
Creating separate views/controllers per language is incorrect; views are static. HTML character encoding is optional and not specific to language support.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit