| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|类名:TimeZone
方法or属性:static getTimezonesByLocation(longitude: number, latitude: number): Array\;|@ohos.i18n.d.ts|
|新增|NA|模块名: ohos.i18n
类名: NormalizerMode|@ohos.i18n.d.ts|
|新增|NA|类名:NormalizerMode
方法or属性:|@ohos.i18n.d.ts|
|新增|NA|模块名: ohos.i18n
类名: NormalizerMode
方法 or 属性:NFC = 1|@ohos.i18n.d.ts|
|新增|NA|模块名: ohos.i18n
类名: NormalizerMode
方法 or 属性:NFD = 2|@ohos.i18n.d.ts|
|新增|NA|模块名: ohos.i18n
类名: NormalizerMode
方法 or 属性:NFKC = 3|@ohos.i18n.d.ts|
|新增|NA|模块名: ohos.i18n
类名: NormalizerMode
方法 or 属性:NFKD = 4|@ohos.i18n.d.ts|
|新增|NA|模块名: ohos.i18n
类名: Normalizer|@ohos.i18n.d.ts|
|新增|NA|模块名: ohos.i18n
类名: Normalizer
方法 or 属性:static getInstance(mode: NormalizerMode): Normalizer;|@ohos.i18n.d.ts|
|新增|NA|模块名: ohos.i18n
类名: Normalizer
方法 or 属性:normalize(text: string): string;|@ohos.i18n.d.ts|
|新增|NA|类名:ResourceManager
方法or属性:getStringSync(resId: number, ...args: Array\): string;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager
方法or属性:getStringSync(resource: Resource, ...args: Array\): string;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager
方法or属性:getStringByNameSync(resName: string, ...args: Array\): string;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager
方法or属性:getDrawableDescriptor(resId: number, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager
方法or属性:getDrawableDescriptorByName(resName: string, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager
方法or属性:getDrawableDescriptor(resource: Resource, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager
方法or属性:getRawFileList(path: string, callback: _AsyncCallback\>): void;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager
方法or属性:getRawFileList(path: string): Promise\>;|@ohos.resourceManager.d.ts|
|起始版本有变化|类名:System
起始版本:9|类名:System
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:System
方法 or 属性:static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;
起始版本:9|类名:System
方法 or 属性:static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:System
方法 or 属性:static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;
起始版本:9|类名:System
方法 or 属性:static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:System
方法 or 属性:static getSystemLanguage(): string;
起始版本:9|类名:System
方法 or 属性:static getSystemLanguage(): string;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:System
方法 or 属性:static setSystemLanguage(language: string): void;
起始版本:N/A|类名:System
方法 or 属性:static setSystemLanguage(language: string): void;
起始版本:9|@ohos.i18n.d.ts|
|起始版本有变化|类名:System
方法 or 属性:static getSystemRegion(): string;
起始版本:9|类名:System
方法 or 属性:static getSystemRegion(): string;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:System
方法 or 属性:static getSystemLocale(): string;
起始版本:9|类名:System
方法 or 属性:static getSystemLocale(): string;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:System
方法 or 属性:static is24HourClock(): boolean;
起始版本:9|类名:System
方法 or 属性:static is24HourClock(): boolean;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:I18NUtil
起始版本:9|类名:I18NUtil
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:I18NUtil
方法 or 属性:static getDateOrder(locale: string): string;
起始版本:9|类名:I18NUtil
方法 or 属性:static getDateOrder(locale: string): string;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:i18n
方法 or 属性:function getCalendar(locale: string, type?: string): Calendar;
起始版本:8|类名:i18n
方法 or 属性:function getCalendar(locale: string, type?: string): Calendar;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar
方法 or 属性:setTime(date: Date): void;
起始版本:8|类名:Calendar
方法 or 属性:setTime(date: Date): void;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar
方法 or 属性:setTime(time: number): void;
起始版本:8|类名:Calendar
方法 or 属性:setTime(time: number): void;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar
方法 or 属性:setTimeZone(timezone: string): void;
起始版本:8|类名:Calendar
方法 or 属性:setTimeZone(timezone: string): void;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar
方法 or 属性:getTimeZone(): string;
起始版本:8|类名:Calendar
方法 or 属性:getTimeZone(): string;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar
方法 or 属性:getFirstDayOfWeek(): number;
起始版本:8|类名:Calendar
方法 or 属性:getFirstDayOfWeek(): number;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar
方法 or 属性:setFirstDayOfWeek(value: number): void;
起始版本:8|类名:Calendar
方法 or 属性:setFirstDayOfWeek(value: number): void;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar
方法 or 属性:getMinimalDaysInFirstWeek(): number;
起始版本:8|类名:Calendar
方法 or 属性:getMinimalDaysInFirstWeek(): number;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar
方法 or 属性:setMinimalDaysInFirstWeek(value: number): void;
起始版本:8|类名:Calendar
方法 or 属性:setMinimalDaysInFirstWeek(value: number): void;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar
方法 or 属性:get(field: string): number;
起始版本:8|类名:Calendar
方法 or 属性:get(field: string): number;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Calendar
方法 or 属性:isWeekend(date?: Date): boolean;
起始版本:8|类名:Calendar
方法 or 属性:isWeekend(date?: Date): boolean;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:i18n
方法 or 属性:function isRTL(locale: string): boolean;
起始版本:7|类名:i18n
方法 or 属性:function isRTL(locale: string): boolean;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode
起始版本:9|类名:Unicode
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode
方法 or 属性:static isDigit(char: string): boolean;
起始版本:9|类名:Unicode
方法 or 属性:static isDigit(char: string): boolean;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode
方法 or 属性:static isSpaceChar(char: string): boolean;
起始版本:9|类名:Unicode
方法 or 属性:static isSpaceChar(char: string): boolean;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode
方法 or 属性:static isWhitespace(char: string): boolean;
起始版本:9|类名:Unicode
方法 or 属性:static isWhitespace(char: string): boolean;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode
方法 or 属性:static isRTL(char: string): boolean;
起始版本:9|类名:Unicode
方法 or 属性:static isRTL(char: string): boolean;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode
方法 or 属性:static isIdeograph(char: string): boolean;
起始版本:9|类名:Unicode
方法 or 属性:static isIdeograph(char: string): boolean;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode
方法 or 属性:static isLetter(char: string): boolean;
起始版本:9|类名:Unicode
方法 or 属性:static isLetter(char: string): boolean;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode
方法 or 属性:static isLowerCase(char: string): boolean;
起始版本:9|类名:Unicode
方法 or 属性:static isLowerCase(char: string): boolean;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode
方法 or 属性:static isUpperCase(char: string): boolean;
起始版本:9|类名:Unicode
方法 or 属性:static isUpperCase(char: string): boolean;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:Unicode
方法 or 属性:static getType(char: string): string;
起始版本:9|类名:Unicode
方法 or 属性:static getType(char: string): string;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:i18n
方法 or 属性:function getTimeZone(zoneID?: string): TimeZone;
起始版本:7|类名:i18n
方法 or 属性:function getTimeZone(zoneID?: string): TimeZone;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:TimeZone
起始版本:7|类名:TimeZone
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:TimeZone
方法 or 属性:getID(): string;
起始版本:7|类名:TimeZone
方法 or 属性:getID(): string;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:TimeZone
方法 or 属性:getRawOffset(): number;
起始版本:7|类名:TimeZone
方法 or 属性:getRawOffset(): number;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:TimeZone
方法 or 属性:getOffset(date?: number): number;
起始版本:7|类名:TimeZone
方法 or 属性:getOffset(date?: number): number;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:TimeZone
方法 or 属性:static getAvailableIDs(): Array\;
起始版本:9|类名:TimeZone
方法 or 属性:static getAvailableIDs(): Array\;
起始版本:10|@ohos.i18n.d.ts|
|起始版本有变化|类名:intl
起始版本:6|类名:intl
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:LocaleOptions
起始版本:6|类名:LocaleOptions
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Locale
起始版本:6|类名:Locale
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Locale
方法 or 属性:constructor();
起始版本:8|类名:Locale
方法 or 属性:constructor();
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Locale
方法 or 属性:constructor(locale: string, options?: LocaleOptions);
起始版本:6|类名:Locale
方法 or 属性:constructor(locale: string, options?: LocaleOptions);
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Locale
方法 or 属性:toString(): string;
起始版本:6|类名:Locale
方法 or 属性:toString(): string;
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Locale
方法 or 属性:maximize(): Locale;
起始版本:6|类名:Locale
方法 or 属性:maximize(): Locale;
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Locale
方法 or 属性:minimize(): Locale;
起始版本:6|类名:Locale
方法 or 属性:minimize(): Locale;
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:DateTimeOptions
起始版本:6|类名:DateTimeOptions
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:DateTimeFormat
起始版本:6|类名:DateTimeFormat
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:DateTimeFormat
方法 or 属性:constructor();
起始版本:8|类名:DateTimeFormat
方法 or 属性:constructor();
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:DateTimeFormat
方法 or 属性:constructor(locale: string \| Array\, options?: DateTimeOptions);
起始版本:6|类名:DateTimeFormat
方法 or 属性:constructor(locale: string \| Array\, options?: DateTimeOptions);
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:DateTimeFormat
方法 or 属性:format(date: Date): string;
起始版本:6|类名:DateTimeFormat
方法 or 属性:format(date: Date): string;
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:DateTimeFormat
方法 or 属性:formatRange(startDate: Date, endDate: Date): string;
起始版本:6|类名:DateTimeFormat
方法 or 属性:formatRange(startDate: Date, endDate: Date): string;
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:DateTimeFormat
方法 or 属性:resolvedOptions(): DateTimeOptions;
起始版本:6|类名:DateTimeFormat
方法 or 属性:resolvedOptions(): DateTimeOptions;
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:NumberOptions
起始版本:6|类名:NumberOptions
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:NumberFormat
起始版本:6|类名:NumberFormat
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:NumberFormat
方法 or 属性:constructor();
起始版本:8|类名:NumberFormat
方法 or 属性:constructor();
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:NumberFormat
方法 or 属性:constructor(locale: string \| Array\, options?: NumberOptions);
起始版本:6|类名:NumberFormat
方法 or 属性:constructor(locale: string \| Array\, options?: NumberOptions);
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:NumberFormat
方法 or 属性:format(number: number): string;
起始版本:6|类名:NumberFormat
方法 or 属性:format(number: number): string;
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:NumberFormat
方法 or 属性:resolvedOptions(): NumberOptions;
起始版本:6|类名:NumberFormat
方法 or 属性:resolvedOptions(): NumberOptions;
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:CollatorOptions
起始版本:8|类名:CollatorOptions
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Collator
起始版本:8|类名:Collator
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Collator
方法 or 属性:constructor();
起始版本:8|类名:Collator
方法 or 属性:constructor();
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Collator
方法 or 属性:constructor(locale: string \| Array\, options?: CollatorOptions);
起始版本:8|类名:Collator
方法 or 属性:constructor(locale: string \| Array\, options?: CollatorOptions);
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Collator
方法 or 属性:compare(first: string, second: string): number;
起始版本:8|类名:Collator
方法 or 属性:compare(first: string, second: string): number;
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:Collator
方法 or 属性:resolvedOptions(): CollatorOptions;
起始版本:8|类名:Collator
方法 or 属性:resolvedOptions(): CollatorOptions;
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:PluralRulesOptions
起始版本:8|类名:PluralRulesOptions
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:PluralRules
起始版本:8|类名:PluralRules
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:PluralRules
方法 or 属性:constructor();
起始版本:8|类名:PluralRules
方法 or 属性:constructor();
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:PluralRules
方法 or 属性:constructor(locale: string \| Array\, options?: PluralRulesOptions);
起始版本:8|类名:PluralRules
方法 or 属性:constructor(locale: string \| Array\, options?: PluralRulesOptions);
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:PluralRules
方法 or 属性:select(n: number): string;
起始版本:8|类名:PluralRules
方法 or 属性:select(n: number): string;
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormatInputOptions
起始版本:8|类名:RelativeTimeFormatInputOptions
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormatResolvedOptions
起始版本:8|类名:RelativeTimeFormatResolvedOptions
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormatResolvedOptions
方法 or 属性:locale: string;
起始版本:8|类名:RelativeTimeFormatResolvedOptions
方法 or 属性:locale: string;
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormatResolvedOptions
方法 or 属性:style: string;
起始版本:8|类名:RelativeTimeFormatResolvedOptions
方法 or 属性:style: string;
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormatResolvedOptions
方法 or 属性:numeric: string;
起始版本:8|类名:RelativeTimeFormatResolvedOptions
方法 or 属性:numeric: string;
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormatResolvedOptions
方法 or 属性:numberingSystem: string;
起始版本:8|类名:RelativeTimeFormatResolvedOptions
方法 or 属性:numberingSystem: string;
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormat
起始版本:8|类名:RelativeTimeFormat
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormat
方法 or 属性:constructor();
起始版本:8|类名:RelativeTimeFormat
方法 or 属性:constructor();
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormat
方法 or 属性:constructor(locale: string \| Array\, options?: RelativeTimeFormatInputOptions);
起始版本:8|类名:RelativeTimeFormat
方法 or 属性:constructor(locale: string \| Array\, options?: RelativeTimeFormatInputOptions);
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormat
方法 or 属性:format(value: number, unit: string): string;
起始版本:8|类名:RelativeTimeFormat
方法 or 属性:format(value: number, unit: string): string;
起始版本:10|@ohos.intl.d.ts|
|起始版本有变化|类名:RelativeTimeFormat
方法 or 属性:formatToParts(value: number, unit: string): Array\