Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / CultureInfoSetting Property


In This Topic
    CultureInfoSetting Property
    In This Topic
    Gets or sets the culture-specific information.
    Syntax
    'Declaration
     
    Public Property CultureInfoSetting As CultureInfo
    'Usage
     
    Dim instance As RegionalSettings
    Dim value As CultureInfo
     
    instance.CultureInfoSetting = value
     
    value = instance.CultureInfoSetting
    public CultureInfo CultureInfoSetting {get; set;}

    Property Value

    CultureInfo object containing the culture-specific information
    Remarks

    This property represents the Microsoft .NET CultureInfo setting, which has culture-specific information such as associated language, writing system, calendar, and cultural conventions.

    See Also