主题:  中文的操作系统还是英文的操作系统

spacejam

职务:普通成员
等级:1
金币:0.0
发贴:10
#12001/12/13 10:12:03
如何判断是中文的操作系统还是英文的操作系统。
好像要用XTRA,哪位大侠有例子?
先行谢过。



donlee

职务:普通成员
等级:1
金币:1.0
发贴:271
#22001/12/13 14:05:45
找个能读注册表的xtra,读取相关内容就知道了(当然,可以作弊)。



spacejam

职务:普通成员
等级:1
金币:0.0
发贴:10
#32001/12/13 14:14:58
donlee在上个帖子中说
引用:
找个能读注册表的xtra,读取相关内容就知道了(当然,可以作弊)。

1。用xtra好像只可以查出操作系统的版本,但是不知道如何检查英文或者中文。
2。“可以作弊” 什么意思?可否进一步说明。



D计划-混沌

职务:管理员
等级:6
金币:15.2
发贴:3528
#42001/12/13 14:17:49
这个不妨一试
numToChar()
Syntax
numToChar(integerExpression)
Description
Function; displays a string containing the single character whose ASCII number is the value of integerExpression. This function is useful for interpreting data from outside sources that are presented as numbers rather than as characters.
ASCII values up to 127 are standard on all computers. values of 128 or greater refer to different characters on different computers.



sbljx

职务:普通成员
等级:1
金币:0.0
发贴:30
#52001/12/13 15:56:32
check the help with the key word "environment"

put the environment
-- [#shockMachine: 0, #shockMachineVersion: "", #platform: "Macintosh,PowerPC", #runMode: "Author", #colorDepth: 32, #internetConnected: #online, #uiLanguage: "English", #osLanguage: "English", #productBuildVersion: "151"]



spacejam

职务:普通成员
等级:1
金币:0.0
发贴:10
#62001/12/17 16:17:55
非常感谢!