Application does not need restart for language change.

This commit is contained in:
Jindra Pet��k
2013-08-10 16:22:31 +02:00
parent 756150fc58
commit 12baee11b6
12 changed files with 69 additions and 17 deletions
@@ -43,4 +43,8 @@ public class AppStrings {
ResourceBundle b = ResourceBundle.getBundle(bundle);
return b.getString(key);
}
public static void updateLanguage(){
resourceBundle = ResourceBundle.getBundle(getResourcePath(MainFrame.class));
}
}