Open Priyanshu282003 opened 1 month ago
Hi @Priyanshu282003, it yours. go ahead! Remember you have 3 days to complete this issue.
And if you like do consider to give the repo a star :star2:
Hi @Priyanshu282003, are you interested in doing this issue?
Description: We would like to enhance the website/application by adding a Language Selection feature in the footer. This will allow users to choose their preferred language from a dropdown menu. The selected language should be reflected across the site, providing a more personalized experience.
Feature Details: Add a dropdown menu to the footer with a list of supported languages (e.g., English, French, Spanish, German, etc.). On selection, the UI should dynamically switch to the selected language. The user’s language preference should be stored (in localStorage or cookies) so that it persists across sessions. Optional: If possible, extend backend functionality to store the user’s language preference if logged in. Requirements: Update the footer section to include a language selection dropdown. Ensure language changes are reflected on the UI without refreshing the page (use JavaScript for dynamic updates). Use responsive design to ensure the language selection feature is accessible on both desktop and mobile views. (Optional) Add backend support for persisting language preferences. Expected Outcome: The footer will include a Language Selector dropdown. Users will be able to choose a language, and the UI will update accordingly. The user’s selected language should persist across sessions.