Skip to main content
1-Visitor
January 9, 2015
Solved

Chinese Font In template

  • January 9, 2015
  • 1 reply
  • 3059 views

Hi,

I am facing trouble in displaying chinese fonts in my template. All I get is boxes. While righht clicking and selecting properties, I am able to see the chinese font, but i want the same in template view. Kindly help me ASAP.

Thanks in Advance!!

Regards

Prashanth Gb

Best answer by dm-3

Prashanth,

Set the env variable as PRO_LANG=CHT for traditional Chinese, and PRO_LANG=CHS for simplified Chinese.

You should set the following config.pro options to "Yes" for Chinese GUI.

dialog_translation

help_translation

menu_translation

msg_translation

If you just need the Chinese font support, these options are set "NO". Then you will have English GUI but you can still enter Chinese.

Check your Proe license too, I know the foundation ADV does not include the Chinese language support, you need to have "CHINESE_TRANSLATION" license Extension.

Traditional Chinese is not compatible with Simplified Chinese in Proe, and vica versa. When you read the drawing containing Simplifed Chinese, but you set PRO_LANG=CHT, the text is either random ASCII or random Chinese characters.

--

Dhinesh

1 reply

dm-31-VisitorAnswer
1-Visitor
January 9, 2015

Prashanth,

Set the env variable as PRO_LANG=CHT for traditional Chinese, and PRO_LANG=CHS for simplified Chinese.

You should set the following config.pro options to "Yes" for Chinese GUI.

dialog_translation

help_translation

menu_translation

msg_translation

If you just need the Chinese font support, these options are set "NO". Then you will have English GUI but you can still enter Chinese.

Check your Proe license too, I know the foundation ADV does not include the Chinese language support, you need to have "CHINESE_TRANSLATION" license Extension.

Traditional Chinese is not compatible with Simplified Chinese in Proe, and vica versa. When you read the drawing containing Simplifed Chinese, but you set PRO_LANG=CHT, the text is either random ASCII or random Chinese characters.

--

Dhinesh

1-Visitor
January 9, 2015

Thank You for your timely response.

---

Prashanth Gb