public static void init() { if (instance == null) { instance = new LocaleManager(); instance.ReadJSON(); } }