Iternationalisation application Swing
"Lorince T." <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.general.french |
|---|---|
| Message-ID | <[email protected]> |
Super! ça marche.
j'ai utlisé la combinaison suivante:
- Pour le français
// LANGUE
System.setProperty("user.language", "fr");
System.setProperty("user.country", "FR");
Locale.setDefault(new Locale("fr", "FR"));
- Pour l'anglais
// LANGUE
System.setProperty("user.language", "en");
System.setProperty("user.country", "GB");
Locale.setDefault(new Locale("en", "GB"));
Merci à vous tous.
Lorince T.
TAWAMBA ENGINEERING
http://www.tawamba.com