JFileChooser, language support

I am wondering, is there any way of replacing these

“Look in”
“File Name”
“Type of File”
“Cancel”

With language strings so I can support more than English? Am I wrong, maybe those translations already exist in Java but I need to set the localization somehow to get them??

http://www.google.com/search?q=jfilechooser+locale (see first hit)

Then use JFileChooser.setLocale(Locale);

it roughly depends on your system settings, if you want to load different locales ( i.e. languages ), there are locales package plugins to put in your classpath.