Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

419
Views
Where should sourceLocale bet set in Angular.json?

The i18n Angular docs specify that you need to set the language id and locale extension by changing the sourceLocale field in your project's Angular.json file, but this field does not exist in a new project. Where should this field be defined in the json?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

The string of the language id and locale extension in the form of {language_id}-{locale_extension} should be specified at projects.{projectName}.i18n.sourceLocale as seen below:

"projects": {
  "my-angular-project": {
    "i18n": {
      "sourceLocale": "en-US"
    }
  }
}

In this example we are using English US ("en-us") as the Unicode Locale ID.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!