Description
Implement the foundation for internationalized error messages using context-based language selection.
Overview
- Retrieve language settings from context
- Support for multilingual error messages
- Default language (English) with fallback mechanism
- Language-specific message formatting
- Detailed implementation to be determined in follow-up issues
Success Criteria
- Basic i18n infrastructure in place
- Language selection from context
- Fallback mechanism working
- Foundation ready for message translations
Description
Implement the foundation for internationalized error messages using context-based language selection.
Overview
Success Criteria