SPWeb.CurrencyLocaleID Property
Gets the locale identifier (LCID) that is used for currency in the website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property CurrencyLocaleID As Integer
Get
Set
'Usage
Dim instance As SPWeb
Dim value As Integer
value = instance.CurrencyLocaleID
instance.CurrencyLocaleID = value
public int CurrencyLocaleID { get; set; }
Property Value
Type: System.Int32
A 32-bit integer that specifies the locale ID.
Remarks
The LCID returned by this property is generally the same as the value returned by the Locale property. In cultures that use the euro, the values might differ.