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

In This Topic
    UserLocale Property
    In This Topic
    Gets or sets the locale of the user. See Salesforce documentation for the list of supported locales.
    Syntax
    'Declaration
     
    Public ReadOnly Property UserLocale As String
    public string UserLocale {get;}

    Property Value

    The locale of 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".
    See Also