Introduce localization framework to the VulnerableApp-facade #57
Labels
Analysis
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Currently, VulnerableApp-Facade doesn't support localization and the entire text is in English, we need to introduce localization support where a different file will contain all the locale-specific text, and based on the user's locale, we change to specific text. Not only at VulnerableApp-Facade level, we need to pass the locale ( if not passed from UI) to other VulnerableApplications as part of request header.
The text was updated successfully, but these errors were encountered: