Return Resource Identifiers
- Last UpdatedOct 30, 2024
- 1 minute read
You may want the keys shown with the actual strings so that you can easily find them in the resource file. In this case, use the Resource Identifiers system parameter to show resource identifiers. By default the value of this parameter is 0, which means no identifiers will be returned.
If the parameter is set to 1, only the resource name is returned with the string:
[btn&Add]Add
If the parameter is set to 2, the file and the resource name are returned with the string:
[ModelEdit.btn&Add]Add
This parameter should only be set to 1 or 2 in a non-production environment.