LocalizedStringManager Members
Include Protected Members
Include Inherited Members
Represents the strings used to localize user profile properties, display names, and descriptions.
The LocalizedStringManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of strings contained in the LocalizedStringManager object. | |
DefaultLanguage | Gets the locale identifier for the default language that is used for localization strings. | |
Item | Gets or sets a localization string for the specified language. |
Top
Methods
Name | Description | |
---|---|---|
ClearAllButDefaultLanguage | Clears all localization strings in the LocalizedStringManager object except those in the default language. | |
ContainsKey | Returns a value indicating whether the LocalizedStringManager object contains strings in the specified language. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetUniqueLcids | Returns the unique locale identifiers for strings contained in the LocalizedStringManager object, removing any duplicates. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top