Click or drag to resize
LanguageSettingsDefinition Class
Specifies SharePoint language settings.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Provisioning.ObjectDefinitionsLanguageSettingsDefinition

Namespace: Colygon.MatchPoint.Provisioning.ObjectDefinitions
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
[SerializableAttribute]
public class LanguageSettingsDefinition

The LanguageSettingsDefinition type exposes the following members.

Constructors
  NameDescription
Public methodLanguageSettingsDefinition
Initializes a new instance of the LanguageSettingsDefinition class
Top
Methods
  NameDescription
Public methodApply
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAlternateLanguages
Contains alternate display languages.
Public fieldOverwriteTranslations
If enabled, user-specified text in the default language overwrites translations made in all alternate languages.
Top
Remarks
This configuration element can be used within any BaseWebDefinition configuration objects.
Remarks
This is a MatchPoint configuration class.
See Also