SPLanguageSettings members

Represents set of language preferences.

The SPLanguageSettings type exposes the following members.

Properties

  Name Description
Public property ClientLanguages Gets languages from client (browser)
Public property ClientLanguagesOverride Gets override language for the session.
Public property PreferredContentLanguages Gets preferred content languages.
Public property PreferredDisplayLanguages Gets user's preferred display languages.
Public property PreferredDisplayLanguagesNoClient Gets user's preferred display languages without using client/browser languages
Public property PreferredSearchLanguages Gets preferred search languages. General priority is as follows: 1. If there are preferred "Content" (Content and Search) languages, use those. 2. If no Content languages, use an augmentation of MUI languages and Client (browser) languages. 3. If there are no MUI/Client languages, use the web language 4. If there is no context to get the web (eg: In Powershell), return empty set.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetGlobalInstalledLanguages Gets a list of installed languages that are compatible with a given version of SharePoint.
Public methodStatic member GetGlobalLanguages Gets global languages based on compatibility level. Compatibility Level is the major SharePoint version to query for installed languages. The valid version is determined by IsValidCompatibilityLevel.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public methodStatic member TryDetermineLanguage([], [], String) Try to determine the best culture to use. This overload assumes default options
Public methodStatic member TryDetermineLanguage([], [], LanguageDecisionOptions, String) Try to determine the best culture to use. This overload allows custom options

Top

See also

Reference

SPLanguageSettings class

Microsoft.SharePoint namespace