Angular - Internationalization and Accessibility
Given this Angular template snippet:
What will be the output if
<h1 i18n>Welcome, {{ userName }}!</h1>What will be the output if
userName is 'Alice' and the app is built with English locale?