Skip to main content
< All Topics
Print

Set Vocabulary

The system provides flexibility to define your own vocabulary, allowing you to tailor terminology to suit your business or industry needs.

Custom vocabulary lets you replace default terms used in the system.

For example:

You can replace “User” with “Investor”, “Member”, or any term relevant to your organization’s requirement.
This customization can be done for all supported languages.

How to Modify Vocabulary

There are two methods to update vocabulary:

Option A: Manual Update via Interface

Navigate to the Vocabulary section in the system settings. (Global Settings >> Set Vocbulary)
Search for the “term” to change., like “customer”.
You will get all the rows having the said term.
Update terms and labels one by one according to your preferences.
This method allows full control but can be time-consuming, as it involves editing hundreds of terms manually.

Option B: Bulk Edit via .yml File

Go to the server directory: wwwroot/Content/Resources
Download the .yml file for your preferred language (e.g., en-US.yml).
Open the file using any text editor (e.g., Notepad).
Modify the right side values after “:” as needed.
Upload the updated .yml file in wwwroot/Content/Resources/override/ folder.

This will ensure that your changes are not over written in next software update.

Table of Contents