VulnerableApp
VulnerableApp copied to clipboard
Possibility to translate the application into other language
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 , we have enabled the support of Header based locale selection so once you translate to French, you should see application in french.
thanks, Karan