SPLangId Enumeration
Provides access to the integer identifier of the local language.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPLangId
Dim instance As SPLangId
public enum SPLangId
Members
Member name | Description | |
---|---|---|
None | Represents the integer identifier if there is no local language (0). | |
Taiwan | Represents the integer identifier for Taiwan (1028). | |
Japan | Represents the integer identifier for Japan (1041). | |
Korea | Represents the integer identifier for Korea (1042). | |
PeoplesRepublicofChina | Represents the integer identifier for People's Republic of China (2052). | |
HongKongSAR | Represents the integer identifier for Hong Kong SAR (3076). | |
MacaoSAR | Represents the integer identifier for Macao SAR (5124). |