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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.