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

Method setLanguage

The 5zig Mod/src/eu/the5zig/mod/I18n.java:104–107  ·  view source on GitHub ↗
(Locale locale)

Source from the content-addressed store, hash-verified

102 }
103
104 public static void setLanguage(Locale locale) {
105 String code = locale.toString();
106 setLanguage(code);
107 }
108
109 public static void setLanguage(String code) {
110 if (get(code) == null) {

Callers 2

I18nClass · 0.95
selectLanguageMethod · 0.95

Calls 8

getMethod · 0.95
loadResourceBundleMethod · 0.95
loadPropertyBundleMethod · 0.95
getConfigMethod · 0.95
setMethod · 0.65
getMethod · 0.65
toStringMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected