Edit flash cookies (SOL) in the SWF tree.

This commit is contained in:
Jindra Petřík
2024-11-08 00:36:22 +01:00
parent 381580ccf9
commit fbe4d0451f
16 changed files with 876 additions and 15 deletions

View File

@@ -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));