Gets or sets the information about a specific culture (called a locale for unmanaged code development). The information includes the names for the culture, the writing system, the calendar used, the sort order of strings, and formatting for dates and numbers.
シンタックス
'宣言
Public Property Culture As System.Globalization.CultureInfo
'使用法
Dim instance As Style
Dim value As System.Globalization.CultureInfo
instance.Culture = value
value = instance.Culture
public System.Globalization.CultureInfo Culture {get; set;}
参照