Answer
Angular i18n extracts translatable strings from templates and applies translations at build time.
The Angular compiler replaces template text with localized versions, generating separate build bundles for each locale. ICU expressions manage pluralization and formatting, improving runtime performance and memory usage.