LocaleInfo-Element Artikel 08.04.2023 3 Mitwirkende Feedback Inhalt dieses Artikels Elemente und Attribute Beispiel Gilt für: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online-| SharePoint Server 2013Überträgt Informationen zum Servergebietsschema an den Client, um Datums...
<LocaleInfoLCTYPE="Integer"></LocaleInfo> 要素と属性 以下のセクションで、属性、子要素、親要素について説明します。 属性 属性説明 LCTYPE 整数型 (Integer) の値を使用します。 Win32 アプリケーション プログラミング インターフェイス (API) の ID を指定します。
<LocaleInfo LCTYPE="Integer"> </LocaleInfo> 属性展开表 属性 说明 LCTYPE 必需属性,类型为 Integer。从 Win32 应用程序编程接口 (API) 指定 ID。可以为下列值之一。 14 用作小数分隔符的字符。允许此字符串的最大字符数为 4。 15 用于分隔小数左侧一组数字的字符。允许此字符串的最大字符数为 4。 16...
Represents the regional format used by the user's locale. Example en-us. TypeScript 复制 regionalFormat: string Property Value string shortDate Displays date values, as specified by the short date format MM/DD/YYYY in user's regional settings. Example ts 复制 4/21/2023 or 4-21-2023 ...
Windows API函数GetLocaleInfo用来获得系统信息,比如系统语言, 货币符号等代码如下: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 functionTForm1.GetLocaleInformation(Flag:Integer):String; var pcLCA:Array[0..20]ofChar; begin if( GetLocaleInfo(LOCALE_SYSTEM_DEFAULT,Flag,pcLCA,19) <=0)then ...
Windows API函数GetLocaleInfo用来获得系统信息,比如系统语言, 货币符号等代码如下: function TForm1.GetLocaleInformation(Flag: Integer): String; var pcLCA: Array[0..20] of Char; begin if( GetLocaleInfo(LOCALE_SYSTEM_DEFAULT,Flag,pcLCA,19) <= 0 ) then ...
intGetLocaleInfoA( [in] LCID Locale, [in] LCTYPE LCType, [out, optional] LPSTR lpLCData, [in]intcchData ); 参数 [in] Locale 要为其检索信息的区域设置标识符。 可以使用MAKELCID宏创建区域设置标识符或使用以下预定义值之一。 LOCALE_CUSTOM_DEFAULT ...
注意出于互操作性原因,应用程序应首选GetLocaleInfoEx函数来GetLocaleInfo,因为Microsoft正迁移到使用区域设置名称而不是新区域设置的区域设置标识符。 仅在 Windows Vista 及更高版本上运行的任何应用程序都应使用GetLocaleInfoEx。 注意为了全局兼容性,应用程序应将 Unicode“W”API 窗体首选为“A”窗体。 GetLocaleIn...
LocaleInfo The supported languages and language codes. Search Ads 4.0+ object LocaleInfo Properties language string The language associated with the ISO 3166-1 alpha-2 country code, such as US. languageCode string The ISO 639-1 language code appended to the ISO 3166-1 alpha-2 country code, ...