import {UIEventSource} from "../UIEventSource"; import {LocalStorageSource} from "../../Logic/LocalStorageSource"; export default class Locale { public static language: UIEventSource = LocalStorageSource.Get('language', "en"); }