locale property

Locale locale

Returns the current locale.

If setCurrentLocale has not yet been executed, en_US will be set.

現在のロケールを返します。

setCurrentLocaleがまだ実行されていない場合en_USが設定されます。

Implementation

Locale get locale => _locale ?? const Locale("en", "US");