CaptioningManager.CaptioningChangeListener.OnLocaleChanged(Locale) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the captioning locale changes.
[Android.Runtime.Register("onLocaleChanged", "(Ljava/util/Locale;)V", "GetOnLocaleChanged_Ljava_util_Locale_Handler")]
public virtual void OnLocaleChanged (Java.Util.Locale? locale);
[<Android.Runtime.Register("onLocaleChanged", "(Ljava/util/Locale;)V", "GetOnLocaleChanged_Ljava_util_Locale_Handler")>]
abstract member OnLocaleChanged : Java.Util.Locale -> unit
override this.OnLocaleChanged : Java.Util.Locale -> unit
Parameters
- locale
- Locale
the preferred captioning locale, or null
if not specified
- Attributes
Remarks
Called when the captioning locale changes.
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.