dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / UserInfo Class / UserLanguage Property

In This Topic
    UserLanguage Property
    In This Topic
    Gets or sets the language of the user interface of Salesforce applications for the user. See Salesforce documentation about the supported languages.
    Syntax
    'Declaration
     
    Public ReadOnly Property UserLanguage As String
    public string UserLanguage {get;}

    Property Value

    The language of the user interface of Salesforce applications for the user. The first two characters are an ISO language code, for example “fr” or “en", and if the value is further qualified by country, the language code is followed by underscore '_' and ISO country code, for example “US” or “UK".
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also