IFilterExpressionUtility.LocaleCulture Property
The current user’s locale culture, as set in the regional settings. This information can be helpful when comparing two fields.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property LocaleCulture As CultureInfo
Get
'Usage
Dim instance As IFilterExpressionUtility
Dim value As CultureInfo
value = instance.LocaleCulture
CultureInfo LocaleCulture { get; }
Property Value
Type: System.Globalization.CultureInfo
Returns CultureInfo.
See Also
Reference
IFilterExpressionUtility Interface