A nice and crisp description about how ng-localize is going to make your life so much better. You will ask yourself how you worked WITHOUT it before!
<code> <localize key="current"></localize> </code>
<code> <localize key="current" vars="[vm.locale, 'Bar']"></localize> </code>
<code> <localize key="current" vars="[vm.locale, 'Bar']" localize-html></localize> </code>
<code ng-bind="'current' | localize"></code>
<code ng-bind="'current' | localize:vm.locale:'Bar'"></code>
<code ng-bind-html="'current' | localize:vm.locale:'Bar'"></code>