Hi all,
Our client has migrating from WAS 6.4 to WAS 7.0 SP18.
So I am developping with Developer Studio 7.0.18 and deploying WD application on "Developer Workplace SR3"
This WD application contains Internationalized messages translated from English to French and German languages.
Translation into French language raises a problem:
Apostrophes char are not displayed when it is extracted via method:
String s = wdComponentAPI.getTextAccessor().getText(labelKey);
--> "numéro
d'ordre
" is displayed "numérodordre
"But I'd rather know if there is a true solution.
Best Regards,
Radouane SBAA