Property Culture
Culture
Gets the language to use for the OAuth login page.
Declaration
public CultureInfo Culture { get; }
Property Value
| Type | Description |
|---|---|
| System.Globalization.CultureInfo | A System.Globalization.CultureInfo that provides a language for the login page. |
Remarks
If not explicitly set, the culture used by the device/machine is used. If the culture is not supported by the portal then OAuth login page will be displayed in the language corresponding to culture specified in the portal/organization settings. If unspecified by the constructor, defaults to System.Globalization.CultureInfo.CurrentUICulture.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.5 - 200.8 |
| .NET | 200.5 - 200.8 |
| .NET Windows | 200.5 - 200.8 |
| .NET Android | 200.5 - 200.8 |
| .NET iOS | 200.5 - 200.8 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |