Share via


SPSolutionLanguagePack.LocaleId Property

Gets the locale identifier for this language pack.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property LocaleId As UInteger
    Get
'Usage
Dim instance As SPSolutionLanguagePack
Dim value As UInteger

value = instance.LocaleId
public uint LocaleId { get; }

Property Value

Type: System.UInt32
A 32-bit integer representing the locale ID (LCID), for example, 1041 for Japanese.

See Also

Reference

SPSolutionLanguagePack Class

SPSolutionLanguagePack Members

Microsoft.SharePoint.Administration Namespace