mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 10:24:38 +00:00
Edit flash cookies (SOL) in the SWF tree.
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user