Concept Flow - Marking text for translation
Write text in template
Add i18n attribute
Angular compiler extracts text
Generate translation files
Translate text externally
Build app with translations
User sees translated text
This flow shows how Angular marks text in templates for translation, extracts it, and displays translated text at runtime.