4 Set custom language in development
Miguel Medeiros edited this page 2021-06-11 12:12:53 -03:00

If you want to change the default language 'en-US' to any other, you must update the file frontend/angular.json adding the option localize.

Example:

 "architect": {
        "build": {
          "builder": "@angular-devkit/build-angular:browser",
          "options": {
            "localize": ["zh"],