Questions tagged [message-bundle]

19 questions
0
votes
2 answers

java desktop application localization

I just want to create desktop application which have labels in two language. When I press "EN" button load English language labels otherwise Germany. In web application I have .property file, it is possible to use property file in desktop…
Hayk Harutyunyan
  • 117
  • 1
  • 3
  • 17
0
votes
1 answer

Override my own resource bundle entry

In JSF, it's easy to override Messages from the default resource bundle: javax.faces.component.UIInput.REQUIRED = {0}: Please enter value I would like to use the same mechanism for my own library containing JSF resource bundles, composite…
Ginkgochris
  • 455
  • 4
  • 25
0
votes
2 answers

How to override FOSMessageBundle FormType or use a custom form in your own application MessageController?

To override form type, I applied the similar approach which is for overriding templates. But that didn't work.That's why I'm asking here that is there any quick solution to use custom form for new threads? By the way I'm overriding MessageController…
Imran Zahoor
  • 2,521
  • 1
  • 28
  • 38
0
votes
1 answer

Messagebundle show Keys instead of value

For testing / debugging purpose, I want to show the keys from the message bundle instead of the values in my jsf application. Is that possible? Example: My messages_en.properties has following entry: global_today=today example jsf…
h2mch
  • 521
  • 5
  • 23
1
2