mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 18:01:09 +00:00
generic config get/set methods
This commit is contained in:
@@ -49,7 +49,7 @@ public class SelectLanguageDialog extends AppDialog implements ActionListener {
|
||||
cnt1.add(cnt, BorderLayout.CENTER);
|
||||
|
||||
|
||||
String currentLanguage = (String) Configuration.getConfig("locale", Locale.getDefault().getLanguage());
|
||||
String currentLanguage = Configuration.getConfig("locale", Locale.getDefault().getLanguage());
|
||||
boolean found = false;
|
||||
int enIndex = 0;
|
||||
for (String code : languages) {
|
||||
|
||||
Reference in New Issue
Block a user