我有一个 netbeans 项目,我想将它国际化。我有一个作为向导的菜单,如何从包中上传数据而不是其中的字符串。
这是它现在的样子:
@ActionID(category = "Wizard", id = "com.xxx.xxx.EntWizWizardAction")
@ActionRegistration(iconBase = "com/xxxx/resources/wizard.png",
displayName = "Entities Wizard")
@ActionReferences({
@ActionReference(path = "Menu/Wizard", position = 0),
@ActionReference(path = "Toolbars/Wizard", position = 0)
})
谢谢!