Example: Translating Label Expressions
0 min
you can translate labels, including form headers, using the local docid\ ldigbyhybi6iet90fvqcj built in function the translation tool finds the fields marked is localizable and matches them with their corresponding localized values the following is an example of changing the currency label to the local currency from the configuration console, click build > business objects to open the business objects workspace open the incident business object click the forms tab open an incident form with the cost label expression for example, open the form called incidentdetails helpdesk resolution on the left, expand incident and then expand fields click cost on the right side of the form, click the cost label on the bottom left, click the control properties tab for the label expression field, enter this in the value field $((((local("cost") + " (") + currentglobalcurrency()) + ") ")) click save
