Method | Description | |
---|---|---|
LocalizationFilterAttribute ( ) : System |
Defines that you want to use a cookie named "locale", but if that fails it falls back to the client's browser locale.
|
|
LocalizationFilterAttribute ( RequestStore store, String key ) : System |
Defines a new LocalizationFilter.
|
public LocalizationFilterAttribute ( ) : System | ||
return | System |
public LocalizationFilterAttribute ( RequestStore store, String key ) : System | ||
store | RequestStore | Location where the localization parameter is stored. |
key | String | Name of the parameter in the store. |
return | System |