全部博文(776)
分类: C/C++
2010-03-26 08:43:11
Definition and Usage 定义和用法 The setlocale() function sets locale information. setlocale()函数的作用是:设置场景信息。 Locale information is language, monetary, time and other information specific for a geographical area. 本地信息可以是指定的某个区域的语言、货币、时间以及其它的信息。 This function returns the current locale settings, or FALSE on failure. 如果这个函数成功执行,将返回当前的场景属性;如果执行失败,将返回False。 Syntax 语法 setlocale(constant,location) Parameter参数 Description描述 constant Required. Specifies what locale information should be set. 必要参数。指定需要设置的场景信息 Available constants: 可用的常量:
|