...
Properties file is used to store the keys and their translation. Properties file for English translation is named translation_eng.properties can be found under <project_directory>/Crm/WebContent/labels. Note that all keys must be unique.
Expand |
---|
title | Properties file for English translation |
---|
|
Code Block |
---|
language | xml |
---|
title | translation_eng.properties |
---|
| <properties>
<comment>eng Translation</comment>
<entry key="key_life_cycle_state">Life Cycle State</entry>
<entry key="key_all">All</entry>
<entry key="key_n/a">N/A</entry>
<entry key="key_billing_information">Billing Information</entry>
<entry key="key_view">View</entry>
.
.
.
</properties> |
|
Summary Pages
This section shows how to use the Glossary Mechanism when creating summary pages.
...