SPLanguage members
Represents a natural language used within the context of Microsoft SharePoint Foundation.
The SPLanguage type exposes the following members.
Properties
Name | Description | |
---|---|---|
DisplayName | Gets the name of the language as displayed in the user interface. | |
LanguageTag | Gets the language tag for this language. | |
LCID | Gets the locale identifier (LCID) for the language. |
Top
Methods
Name | Description | |
---|---|---|
Equals | 2 SPLanguage are equal if they have same LCID. (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | return LCID as hash code. (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top