UsefulLinks
Computer Science
Web Development
Symfony Development
1. Introduction to Symfony
2. Environment Setup and Installation
3. Project Structure and Configuration
4. HTTP Foundation and Request Handling
5. Routing System
6. Controllers and Actions
7. Service Container and Dependency Injection
8. Database Integration with Doctrine ORM
9. Templating with Twig
10. Form Handling
11. Security System
12. API Development
13. Event System
14. Caching Strategies
15. Internationalization and Localization
16. Console Commands
17. Message Handling
18. Testing
19. Performance Optimization
20. Deployment and Production
21. Advanced Topics
15.
Internationalization and Localization
15.1.
Translation System
15.1.1.
Translation Component
15.1.2.
Locale Management
15.1.3.
Translation Domains
15.2.
Translation Files
15.2.1.
File Formats
15.2.1.1.
XLIFF Format
15.2.1.2.
YAML Format
15.2.1.3.
PHP Arrays
15.2.2.
Translation Organization
15.2.3.
Pluralization Rules
15.3.
Translation Usage
15.3.1.
Controller Translation
15.3.2.
Template Translation
15.3.3.
Form Translation
15.3.4.
Validation Message Translation
15.4.
Locale Handling
15.4.1.
Locale Detection
15.4.2.
Locale Switching
15.4.3.
Locale Fallback
Previous
14. Caching Strategies
Go to top
Next
16. Console Commands