setLocaleOverride

suspend fun setLocaleOverride(args: Emulation.SetLocaleOverrideParameter, mode: CommandMode = CommandMode.DEFAULT)

Overrides default host system locale with the specified one.


suspend fun setLocaleOverride(locale: String? = null)

Overrides default host system locale with the specified one.

Parameters

locale

ICU style C locale (e.g. "en_US"). If not specified or empty, disables the override and restores default host system locale.