DEV Community

Discussion on: Internationalization of Angular App

Collapse
 
rickystam profile image
Ricky Stam • Edited

Actually Angular supports i18n, you can follow a step by step guide here:
angular.io/guide/i18n

Collapse
 
debuggingdev profile image
Nikhil Rathi

Hi Ricky, i tried to follow it too. But file format and impl. of this approach is complex for just a beginner in Angular.

  1. I faced problem in generating dynamic locale files from server too.