need help

Guys,

im using netbeans 5.5 n get an error while executing following code,

private ResourceBundle i18n;

i18n = ResourceBundle.getBundle("i18n", getLocale());

the error is "Can't findbundle for base name i18n,locale en_US"

this code work well in dos prompt.

how can i correct this.

thanx

[338 byte] By [sudeeraa] at [2007-11-26 13:44:22]
# 1
try adding a en_US locale in your resource bundle. even if your "default language" locale matches en_US
jirungaraya at 2007-7-8 1:18:16 > top of Java-index,Desktop,I18N...