Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the LCID of the language-culture where the Office Mobile Service (OMS) messaging Web service is hosted.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property TargetLocale As Integer
Get
'Usage
Dim instance As SPMobileMessageServiceProvider
Dim value As Integer
value = instance.TargetLocale
public int TargetLocale { get; }
Property Value
Type: System.Int32
An LCID, such as 1041 for Japanese and 2052 for Chinese.
See Also
Reference
SPMobileMessageServiceProvider Class