Add Language Selection in Footer #24
Labels
enhancement
New feature or request
gssoc-ext
GirlScript Summer of Code extended project
hacktoberfest
Hacktoberfest 2024 event project
Level 2
GSSoC project Level 2
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.
The text was updated successfully, but these errors were encountered: