Multi-language Support
Closed this issue · 0 comments
AArchange commented
Description: Implement multi-language support to make the application accessible to users speaking different languages.
Tasks:
Set up Laravel's localization system
Create language files for at least two languages (e.g., English and Spanish)
Implement a language switcher in the header
Update all existing views to use language keys instead of hardcoded text
Acceptance Criteria:
Users can switch between at least two languages
All text in the application is displayed in the selected language
Language preference is saved and remembered for returning users