cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement translation of all the titles, in a shortest way, for an application?

Former Member
0 Kudos

Hello Experts,

I have created 1 application in SAP UI5 and it is in English. It has around 8-9 Screens in total with a login page, where user is asked to select the language. I would like to implement its French version. So can you guide me on the easiest and shortest way to implement the French translation for all the screens?

Which the best practice to implement the translation?

Regards,

Saurabh

Accepted Solutions (1)

Accepted Solutions (1)

maartenf
Participant
0 Kudos

Hi Saurabh,

As far as I know, the easiest way of doing this is copying the i18n properties file of your native language in the application to a new file 'i18n_fr.properties' and adding the French translations to this file.

More info in the developer guide of the SAPUI5 demokit or help.sap.com


Best regards,

Maarten

Answers (2)

Answers (2)

Vlado
Advisor
Advisor
0 Kudos

Moved to

Former Member
0 Kudos

Well you better ask that in the UI5 forum but the normal way is to use ressource files

please check SAPUI5 SDK - Demo Kit