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