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 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.0 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 100.15 |