cancel
Showing results for 
Search instead for 
Did you mean: 

Best way to do translation in UI5?

0 Kudos

Hi,

I am doing translations for one of the app and I need to do these translations in 94 languages. Which is the best approach to do these translations?

https://blogs.sap.com/2013/09/25/i18n-of-sapui5-application/#respond

Thanks,

Venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

pierre_dominique2
Contributor
0 Kudos

Hi,

Just make sure you use resource files as described in the tutorial: https://sapui5.hana.ondemand.com/#docs/guide/df86bfbeab0645e5b764ffa488ed57dc.html

Then send the i18n files to whoever is supposed to translate the app. Also make sure you only use standard UI5 controls (or build proper custom controls) and refrain from modifying the styling if you don't want to have issues with non left-to-right languages.

Cheers,

Pierre