How to determine the language of the current system for the Simplified Chinese or Traditional Chinese?
Thank
Professional Software Development Tools
How to determine the language of the current system for the Simplified Chinese or Traditional Chinese?
Thank
System.GetDefaultLangID() returns two values. The first one is for the primary language (4 = Chinese), the second value defines the variation (1 = Traditional, 2 = Simplified, etc.).
Ulrich
I know that can return a value,How to write an expression?
What is the value of each of the Traditional Chinese and Simplified Chinese? How to express
Help file is, well; helpful -- it contains what you want to know.
Search on System.GetDefaultLangID; then click on the "language id code" hotlink:
![]()