🐛 Bug: Language Section Not Converting Text to Hindi
Description
In the language selection section, the text does not convert to Hindi when the Hindi language option is selected. The UI remains in the default language instead of switching properly.
Screenshot
Replace the above path with the actual screenshot file path in your repository
(e.g., drag & drop the image into the issue on GitHub to auto-upload)
Steps to Reproduce
- Open the website
- Navigate to the language selection section
- Select "Hindi" as the preferred language
- Observe the displayed text
Expected Behavior
- All relevant text should switch to Hindi
- UI labels, headings, and content should reflect the selected language
Actual Behavior
- Text remains in the default language
- Hindi translation is not applied
Possible Cause
- Missing or incorrect translation mapping for Hindi
- Language switch event not triggering properly
- i18n configuration issue or fallback overriding Hindi
Suggested Fix
- Verify Hindi translations are properly defined in language files
- Ensure language switch handler updates UI state correctly
- Check fallback language settings in i18n configuration
- Confirm proper locale code is used (e.g.,
hi for Hindi)
Environment
- Device: Desktop / Mobile
- Browser: All major browsers
- OS: All
Additional Notes
This issue impacts accessibility and usability for Hindi-speaking users.
🐛 Bug: Language Section Not Converting Text to Hindi
Description
In the language selection section, the text does not convert to Hindi when the Hindi language option is selected. The UI remains in the default language instead of switching properly.
Screenshot
Steps to Reproduce
Expected Behavior
Actual Behavior
Possible Cause
Suggested Fix
hifor Hindi)Environment
Additional Notes
This issue impacts accessibility and usability for Hindi-speaking users.