'Declaration
Public Property Locale As System.Globalization.CultureInfo
public System.Globalization.CultureInfo Locale {get; set;}
Remarks
This property allows you to set locale in run time, changing in turn Locale property of underlying DataSet. This change must be performed via this property (instead of changing it directly in DataSet) because C1DataViewSet can't detect the fact of changing it at DataSet. In design time Locale should be set at an underlying DataSet.