Property CultureInfo
CultureInfo
Gets the information that specifies culture-specific formatting to use when accessing ArcGISPortal content. Must be set using the appropriate CreateAsync method.
Declaration
public CultureInfo CultureInfo { get; }Property Value
| Type | Description | 
|---|---|
| System.Globalization.CultureInfo | The culture info. | 
Remarks
The culture provides localized content when viewing featured groups or items, adding or updating
an item, adding a comment or rating to an Item, and so on. If not explicitly set,
the culture used by the device/machine is used. If requested culture is not supported by the portal
or set to null, the culture specified in the portal/organization settings is used.
Applies to
Platforms and versions
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.0 - 200.8 | 
| Xamarin.Android | 100.0 - 100.15 | 
| Xamarin.iOS | 100.0 - 100.15 | 
| UWP | 100.0 - 200.8 |