ProviderCultureResult 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 cultures obtained from IRequestCultureProvider.
public ref class ProviderCultureResult
public class ProviderCultureResult
type ProviderCultureResult = class
Public Class ProviderCultureResult
- Inheritance
-
ProviderCultureResult
Constructors
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<String>) |
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(IList<StringSegment>) |
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(String) |
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. |
ProviderCultureResult(StringSegment) |
Creates a new ProviderCultureResult object that has its Cultures and UICultures properties set to the same culture value. |
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; |