共用方式為


Settings.ActionLocaleSettings Field

Definition

Activity Action: Show settings to allow configuration of locale.

[Android.Runtime.Register("ACTION_LOCALE_SETTINGS")]
public const string ActionLocaleSettings;
[<Android.Runtime.Register("ACTION_LOCALE_SETTINGS")>]
val mutable ActionLocaleSettings : string

Field Value

Attributes

Remarks

Activity Action: Show settings to allow configuration of locale.

In some cases, a matching Activity may not exist, so ensure you safeguard against this.

Input: The optional #EXTRA_EXPLICIT_LOCALES with language tags that contains locales to limit available locales. This is only supported when device is under demo mode. If intent does not contain this extra, it will show system supported locale list. <br/> If #EXTRA_EXPLICIT_LOCALES contain a unsupported locale, it will still show this locale on list, but may not be supported by the devcie.

Output: Nothing.

Java documentation for android.provider.Settings.ACTION_LOCALE_SETTINGS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to