Edit flash cookies (SOL) in the SWF tree.

This commit is contained in:
Jindra Petřík
2024-11-10 19:50:55 +01:00
parent 381580ccf9
commit fbe4d0451f
16 changed files with 876 additions and 15 deletions
@@ -49,6 +49,10 @@ public class AppStrings {
ResourceBundle b = ResourceBundle.getBundle(bundle);
return b.getString(key);
}
public static String translate(Class bundleClass, String key) {
return translate(getResourcePath(bundleClass), key);
}
public static void updateLanguage() {
resourceBundle = ResourceBundle.getBundle(getResourcePath(resourceClass));