Property CultureInfo
CultureInfo
Gets or sets the culture info used to render the OAuth login page.
Declaration
public CultureInfo CultureInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Globalization.CultureInfo | The culture info used to render the OAuth login page. |
Remarks
The default culture is based on the current culture set for the app or device,
if it is supported by the SDK; otherwise, it will default to en-US.
Set to null if you want the login page to use the culture set in
the portal/organization settings.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.9 - 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.9 - 200.8 |
| Xamarin.Android | 100.9 - 100.15 |
| Xamarin.iOS | 100.9 - 100.15 |
| UWP | 100.9 - 200.8 |