We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2004-08-22 10:28 AM - last edited on 2023-08-07 12:17 PM by Doreena Deng
#define WIN_LANGUAGE_ID 0x404Unfortunately, the language ID 0x404 is Traditional Chinese (Taiwan), not Simple Chinese (PRC, ID = 0x804). It is a serious problem although it may caused by mistake.
2004-08-23 12:05 AM
Wolf wrote:Thanks for your post. I haven't done any localization, so don't know to what extent the values in that header file matter. Could you explain how this affects you?
Unfortunately, the language ID 0x404 is Traditional Chinese (Taiwan), not Simple Chinese (PRC, ID = 0x804). It is a serious problem although it may caused by mistake.
I want GS fix the bug as soon as possible.
2004-08-23 05:28 PM
2004-08-24 04:26 AM
@ #define CHI__APP @ #define INTERNAL_NAME "myTest.apx" @ #define ORIGINAL_NAME "myTest.apx" @ #include "GSLocalization.h" ...I don't know whether I am right or not. I tried to find the correct syntax both in documents and examples, but never get result. It seems that all of the examples were coded long time ago, without the wizard.
2004-08-24 06:24 AM
Karl wrote:I write my resource files in English. I write strings in Chinese only. And I use Windows 2000 Professional, Simple Chinese version. All Double-byte character display correctly.
If you write your resource files in Chinese, and have your computer set up to display the proper character set / code page, are you saying that your text doesn't appear correctly? If you change the ID value in the header file does it make a difference?
Karl wrote:No. Only ApiDevKit has bug. And there is no Chinese version of ArchiCAD recent years. I heard that the last Simple Chinese version of ArchiCAD was released more than ten years ago.
Or, are you saying that the Chinese version of ArchiCAD itself is localized improperly for the People's Republic of China? (...which would not be an issue for this forum, but something that the Graphisoft marketing department needs to know.)
Karl wrote:Oh. It is a long story. And my English is poor, I can not tell you the whole story in English with exact word. But I want to try it.
Are Simple and Traditional Chinese dialects or are they different writing (typography / glyph / pictograph) systems?
2004-08-24 09:34 AM
2004-08-24 10:16 AM
Wolf wrote:Yes indeed, I've been working for GS (since 1990 if you're interested)
Does Akos Somorjai work for GS?
It seems Graphisoft has a high efficiency. I have not send the problem to GS yet.
And do you point to constants INTERNAL_NAME and ORIGINAL_NAME? Well, I do it like this:
In myTestfix.grc file:@ #define CHI__APP @ #define INTERNAL_NAME "myTest.apx" @ #define ORIGINAL_NAME "myTest.apx" @ #include "GSLocalization.h" ...I don't know whether I am right or not. I tried to find the correct syntax both in documents and examples, but never get result. It seems that all of the examples were coded long time ago, without the wizard.
And.....To fix the bug, you just need:
1)Open "GSLocalization.h"
2)Go to line 63
3)Replace 0x404 with 0x804
4)Save
5)Repackage all files and release it.
Why you resolve the bug several months later?
2004-08-24 03:26 PM
2004-08-24 08:12 PM
Wolf wrote:I'm the (volunteer) Developer Forum moderator and so am supposed to try to reply if someone else hasn't yet ... although frequently I remain silent when I am hoping that one of the experienced developers or someone from GS will answer!
Karl, thanks for reply. Why always you reply?
2004-08-25 04:59 AM