ProviderCultureResult Class

Definition

Details about the cultures obtained from IRequestCultureProvider.

public ref class ProviderCultureResult
public class ProviderCultureResult
type ProviderCultureResult = class
Public Class ProviderCultureResult
Inheritance
ProviderCultureResult

Constructors

ProviderCultureResult(IList<String>)

Creates a new ProviderCultureResult object that has its Cultures and UICultures properties set to the same culture value.

ProviderCultureResult(IList<String>, IList<String>)

Creates a new ProviderCultureResult object has its Cultures and UICultures properties set to the respective culture values provided.

ProviderCultureResult(IList<StringSegment>)

Creates a new ProviderCultureResult object that has its Cultures and UICultures properties set to the same culture value.

ProviderCultureResult(IList<StringSegment>, IList<StringSegment>)

Creates a new ProviderCultureResult object has its Cultures and UICultures properties set to the respective culture values provided.

ProviderCultureResult(String)

Creates a new ProviderCultureResult object that has its Cultures and UICultures properties set to the same culture value.

ProviderCultureResult(String, String)

Creates a new ProviderCultureResult object has its Cultures and UICultures properties set to the respective culture values provided.

ProviderCultureResult(StringSegment)

Creates a new ProviderCultureResult object that has its Cultures and UICultures properties set to the same culture value.

ProviderCultureResult(StringSegment, StringSegment)

Creates a new ProviderCultureResult object has its Cultures and UICultures properties set to the respective culture values provided.

Properties

Cultures

Gets the list of cultures to be used for formatting.

UICultures

Gets the list of ui cultures to be used for text, i.e. language;

Applies to