SPRegionalSettings public class SPRegionalSettings Documentation public static SPLanguageCollection GlobalInstalledLanguages { get; } public static SPLanguage GlobalServerLanguage { get; } public static SPTimeZoneCollection GlobalTimeZones { get; } public short AdjustHijriDays { get; set; } public short AlternateCalendarType { get; set; } public string AM { get; } public short CalendarType { get; set; } public short Collation { get; set; } public uint CollationLCID { get; } public uint DateFormat { get; } public string DateSeparator { get; } public string DecimalSeparator { get; } public string DigitGrouping { get; } public uint FirstDayOfWeek { get; set; } public short FirstWeekOfYear { get; set; } public SPLanguageCollection InstalledLanguages { get; } public bool IsEastAsia { get; } public bool IsRightToLeft { get; } public bool IsUIRightToLeft { get; } public string ListSeparator { get; } public uint LocaleId { get; set; } public SPLocaleCollection Locales { get; } public string NegativeSign { get; } public uint NegNumberMode { get; } public string PM { get; } public string PositiveSign { get; } public SPLanguage ServerLanguage { get; } public bool ShowWeeks { get; set; } public string ThousandSeparator { get; } public bool Time24 { get; set; } public uint TimeMarkerPosition { get; } public string TimeSeparator { get; } public SPTimeZone TimeZone { get; } public SPTimeZoneCollection TimeZones { get; } public short WorkDayEndHour { get; set; } public short WorkDays { get; set; } public short WorkDayStartHour { get; set; } public SPRegionalSettings(SPWeb web) public SPRegionalSettings(SPWeb web, bool bIsUserRegionalSetting) public static ushort GetTimeZoneIDByKeyName(string keyName) public static bool IsRightToLeftLocale(int LocaleId) public int GetDefaultCalendarType(int localeId) public int GetDefaultCollation(int lcid) public bool GetDefaultTime24(uint lcid) public ushort GetTimeZoneID(SPTimeZoneInformation tzi)