You can add a new locale from the template. In the app.module.ts file of the template, refer to the following:

To add a new locale, for example, Italian (it). You must add the imports for the locale and then register the locale data with the following three lines.

Another example, if you want to change the currency symbol on the UI from $ to some other currency, you must register it in the template as explained above.