RequestCulture Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Details about the culture for an HttpRequest.
public ref class RequestCulture
	public class RequestCulture
	type RequestCulture = class
	Public Class RequestCulture
		- Inheritance
 - 
				RequestCulture
 
Constructors
| RequestCulture(CultureInfo, CultureInfo) | 
		 Creates a new RequestCulture object with its Culture and UICulture properties set to the respective CultureInfo values provided.  | 
        	
| RequestCulture(CultureInfo) | 
		 Creates a new RequestCulture object with its Culture and UICulture properties set to the same CultureInfo value.  | 
        	
| RequestCulture(String, String) | 
		 Creates a new RequestCulture object with its Culture and UICulture properties set to the respective CultureInfo values provided.  | 
        	
| RequestCulture(String) | 
		 Creates a new RequestCulture object with its Culture and UICulture properties set to the same CultureInfo value.  | 
        	
Properties
| Culture | 
		 Gets the CultureInfo for the request to be used for formatting.  | 
        	
| UICulture | 
		 Gets the CultureInfo for the request to be used for text, i.e. language;  |