Compartilhar via


SP.FieldCurrency.currencyLocaleId Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

Gets or sets a value that specifies the language code identifier (LCID) used to format the value of the field.

var value = SP.FieldCurrency.get_currencyLocaleId(); 
SP.FieldCurrency.set_currencyLocaleId(value);

Property Value

Type: Int32

Applies To

SP.FieldCurrency Class

Exceptions

  • [Microsoft.SharePoint.SPException]
    The server does not allow properties of the field to be changed. Error code: -2146232832.

Remarks

It must be a valid language code identifier (LCID). An LCID is a 4-byte value. The value supplied in an LCID is a standard numeric substitution for the international [RFC4646] string.

See Also

Reference

SP.FieldCurrency Methods

SP.FieldCurrency Properties

SP Namespace