SPMobileComponent.RegionalSettings Property
Gets an object holding information about the cultural context.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property RegionalSettings As SPRegionalSettings
Get
'Usage
Dim value As SPRegionalSettings
value = Me.RegionalSettings
protected virtual SPRegionalSettings RegionalSettings { get; }
Property Value
Type: Microsoft.SharePoint.SPRegionalSettings
An SPRegionalSettings object holding cultural context information.
Remarks
The default implementation returns the value of the RegionalSettings property of the SharePointContext property. Use SPMobileComponent.RegionalSettings instead of Microsoft.SharePoint.MobileControls.SPMobileComponent.SharePointContext.RegionalSettings to simplify your code. Do not override SPMobileComponent.RegionalSettings or you create a chance that its value will be inconsistent with the value of Microsoft.SharePoint.MobileControls.SPMobileComponent.SharePointContext.RegionalSettings.