MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / loadPropertyBundle

Method loadPropertyBundle

The 5zig Mod/src/eu/the5zig/mod/I18n.java:86–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 private static void loadPropertyBundle() {
87 The5zigMod.logger.debug("Reloading Property Bundle {}...", currentLanguage);
88 resourceBundle = getBundle(currentLanguage);
89 }
90
91 private static PropertyResourceBundle getBundle(Locale locale) {
92 FileInputStream stream = null;

Callers 4

I18nClass · 0.95
setLanguageMethod · 0.95
loadLocalesMethod · 0.95
downloadUpdateMethod · 0.95

Calls 1

getBundleMethod · 0.95

Tested by

no test coverage detected