Auto-generated Content Data-Locale Attribute

data-locale

This attribute has been deprecated by the Proposal Language feature. It is maintained here for documentation purposes.

If you would like to format your data based on standard country formats, use the data-localeattribute. This attribute is used in conjunction with auto-generated content classes.

Syntax: data-locale="value"value: the operator value that determines the country format. Values supported: en-AU, en-EU, fr, nl, pt-BR

Example HTML:

<tr> <td class="datetime" data-locale="fr">[CreatedAt]</td></tr>

<tr> <td class="money" data-locale="fr">[TotalPrice]</td></tr>