Overrides the default cultural settings for currency formatting. Useful in Word templates that format currency fields with the \# Currency picture switch.
Parameter Description: CurrencyCulture Specifies cultural settings for currency formatting. This parameter overrides the default cultural settings for currency formatting. Useful in Word templates that format currency fields with the \# Currency picture switch.
Alanguage/country culture codeis composed of 2 lowercase letters, a hyphen, followed by 2 uppercase letters. The first two letters indicate the language; the last two indicate the country.
In the example below, de-DE specifies that the culture is for German/Germany. For Word merge fields that use the \# Currency picture switch, the currency values would automatically be formatted as Euros.
You can also use dynamic field content for the parameter value:&CurrencyCulture={!Contact.Culture}.