VulnerableApp icon indicating copy to clipboard operation
VulnerableApp copied to clipboard

Possibility to translate the application into other language

Open massot-c opened this issue 3 years ago • 1 comments

Hello guy,

I would like to be able to translate the application into French. I am working on this translation by adding a file "VulnerableApp/src/main/resources/i18n/messages_fr_FR.properties", based on the VulnerableApp/src/main/resources/i18n/messages_en_US.properties file.

However, we need to build a mechanism to detect the language of the user and switch the language if the user is French.

I will try to have a look at the code and offer a solution on that.

Regards, Clément

massot-c avatar Jul 13 '22 11:07 massot-c

@massot-c , we have enabled the support of Header based locale selection so once you translate to French, you should see application in french.

thanks, Karan

preetkaran20 avatar Oct 14 '22 19:10 preetkaran20