[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Internationalization Simplified Chinese



Hello Everyone,

I am internationalizing a Swing application for use in China. The app has several components - mostly JLabels - that use HTML to format text. These components will not display the unicode chars (GB2312) in Chinese. I understand that HTML 4.0 has support for internationalization, apparently the Swing components don't use a full HTML implementation or an old version.

Has anyone had any experience with this problem? I can always remove the HTML formatting and use another method but this would be time consuming.  I would like to find a way to interationalize the labels as is.

Regards,

Tony Schoenbachler