Top "Resourcebundle" questions

Resource bundles contain locale-specific objects.

How to use ResourceBundle

I'm trying to grasp internalization of java applications as shown here. I can't though. I have created a class that …

java swing netbeans internationalization resourcebundle
.MissingResourceException: Can't find bundle for base name

I'm using library called jnca to capture netflow udp packets sent from a router. When it's imported in to a …

java maven resourcebundle
How to add space at the end of property value

label.my.answer=My Answer I would like to add spaces deliberately at the end of the above key (e.…

java resourcebundle
Pass parameters to messages from resource bundle to components other than **h:outputFormat**

Is there a convenient way to pass parameters to messages from resource bundle to components other than h:outputFormat? For …

jsf jsf-2 richfaces facelets resourcebundle
How to add specific files to assetic?

I have my custom resources directory for my bundle where there are some files: /longpathtoSymfony/src/MyOwn/Bundle/MyOwnBundle/Resources/…

symfony resourcebundle assetic
Can we specify directory path with the property file while using ResourceBundle class in Java?

I want to place my properties files in some folder, but I am not able to read them because we …

java resourcebundle
How to get the default ResourceBundle regardless of current default Locale

I have three resource files in class path: labels.properties: language = Default labels_en.properties: language = English labels_fr.properties: …

java internationalization locale resourcebundle
JSF converter resource bundle messages

Does anyone know where I can get a list of the converters used by JSF so I can set a …

jsf message converter resourcebundle
read resourcebundle as UTF-8. getString() Method seems to change encoding to ISO-8859

I have the honorable assignment to change the encoding of our complete workspace, projects and files to the UTF-8 encoding. …

java encoding utf-8 properties resourcebundle
javax.el.PropertyNotWritableException: /index.xhtml @29,118 value="": Illegal Syntax for Set Operation

I want to create a login screen with localization option to translate the name and when i change from the …

java jsf-2 properties localization resourcebundle