Property | Type | Description | |
---|---|---|---|
DefaultCulture | |||
PrefferedCultureCookie | string | ||
SupportedCultures | IReadOnlyCollection |
Method | Description | |
---|---|---|
GetCultureForCookie ( System.Web.HttpCookie cultureCookie ) : string[] | ||
GetSupportedCulture ( ) : |
||
IsSupportedCulture ( string cultureCode ) : bool |
Method | Description | |
---|---|---|
parseCulture ( string cultureCode ) : |
public static GetCultureForCookie ( System.Web.HttpCookie cultureCookie ) : string[] | ||
cultureCookie | System.Web.HttpCookie | |
return | string[] |
public static GetSupportedCulture ( ) : |
||
return |
public static IsSupportedCulture ( string cultureCode ) : bool | ||
cultureCode | string | |
return | bool |
public static CultureInfo,System.Globalization DefaultCulture | ||
return |
public static string PrefferedCultureCookie | ||
return | string |