Spread Windows Forms 6.0 Product Documentation
CultureInfoSetting Property
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > RegionalSettings Class : CultureInfoSetting Property


Glossary Item Box

Gets or sets the culture-specific information.

Syntax

Visual Basic (Declaration) 
Public Property CultureInfoSetting As CultureInfo
Visual Basic (Usage)Copy Code
Dim instance As RegionalSettings
Dim value As CultureInfo
 
instance.CultureInfoSetting = value
 
value = instance.CultureInfoSetting
C# 
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.

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.