The name of a metadata field that is shown in the user interface of a client — such as the Metadata panel in Assets — can be replaced by a custom name.
You would do this to:
- Use a default metadata field under a name that more fits your needs and requirements (a recommended alternative to using a custom metadata field).
- Localize a label of a metadata field in another language.
- Provide users with a more user friendly name for a custom metadata field (which always starts with 'cf_' and cannot contain spaces or special characters).
Configuration is done in the 'cmn_xx_XX_properties' file. By default, one such file is available: cmn_en_US_properties. The language_COUNTRY code denotes that this file is used when running the clients in American English.
Note: This cmn_en_US_properties file contains the text in English and is the default file that is used when for some (technical) reason another language cannot be loaded. It should therefore always be filled.
For each available language a separate file needs to be created and placed in the <Assets Server location>/Config/messages folder. Use any of the following language_COUNTRY codes:
- en_US American English
- de German
- fi Finnish
- fr French
- it Italian
- ja Japanese
- ko Korean
- nl Dutch
- pl Polish
- ru Russian
- th thai
- tr Turkish
- zh_CN Simplified Chinese
- zh_TW Traditional Chinese
Step 1. Using the Management Console, access the cmn_xx_XX_properties file of the language that you want to modify by doing the following:
- In the Management Console, choose Server configuration > Files, and in the list click the name of the file that you want to modify.
Example: cmn_en_US_properties.
Tip: Copy and paste the content of this file into an XML editor so that you have the benefit of line numbers and syntax highlighting. When done editing, copy and paste the changes back into the page.
Step 2. Add the new field name by using the following syntax:
field_label.oldFieldName=NewFieldName
Example: Here, the custom metadata field 'cf_companyName' is renamed to 'Company name': field_label.cf_companyName=Company name |
Step 3. Save the file.
Step 4. Log out and log back in to Assets Server.
Comment
Do you have corrections or additional information about this article? Leave a comment! Do you have a question about what is described in this article? Please contact Support.
0 comments
Please sign in to leave a comment.