Modify the language popupmenu :right clik

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Damien75015
Posts: 2
Joined: Wed Apr 13, 2011 8:56 am
antibot: No, of course not.

Modify the language popupmenu :right clik

Post by Damien75015 » Fri Jun 24, 2011 10:02 am

Hello everyone,

I develop an application using JFreeChart, I am facing a problem of internationalization at the right click on the graphic that shows a PopupMenu.

To translate the software, I appeal to i18n files via properties, for JFreeChart, I make a change in the Locale in English, everything is translated except JMenuItem in the PopupMenu.

How can i translate Jmenuitem please?
Do I have to retrieve them via getpopupmenu or there is more simple?

Thank you for your help

Ps:

Locked