Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

download

Adding a New Locale

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.