May 2019
Beginner to intermediate
548 pages
12h 39m
English
The one thing that left is the internationalization file. By default, the library core looks for the i18n_xx.properties file, where xx contains the user's language code. When there is no specific i18n file for this language, the default i18n.properties file is used, and, therefore, it is the only one that is actually required. This simple application doesn't have many text fields, so the file is rather short:
TTL_SearchPage=Flights search engineHDR_SearchPanel=Enter filterLBL_Search=Departure AirportBTN_Search=Search flights!
Once the application grows bigger and bigger it is wise to stick to one naming convention and group the text properties. This is automatically handled when using the SAP Web IDE as a development tool ...
Read now
Unlock full access