Share via


SPMobileMessageServiceProvider.TargetLocale property

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

SPMobileMessageServiceProvider members

Microsoft.SharePoint.MobileMessage namespace