Represents a Locale
Most common use case is to access the current language value.
import Locale from "apprt-core/Locale";// Mostly 'en' or 'de'const lang = Locale.getCurrent().getLanguage(); Copy
import Locale from "apprt-core/Locale";// Mostly 'en' or 'de'const lang = Locale.getCurrent().getLanguage();
Represents a Locale
Example
Most common use case is to access the current language value.