nsILocale 编辑

intl/locale/idl/nsILocale.idlScriptable Represents one locale, which can be used for things like sorting text strings and formatting numbers, dates and times. Inherits from: nsISupports Last changed in Gecko 1.0

Method overview

AString getCategory(in AString category);

Methods

getCategory()

Retrieves a string with the current locale name.

AString getCategory(
  in AString category
);
Parameters
category
A string representing the category to retrieve the locale for. Valid strings are stored in nsILocale.idl. Currently those are:
  • NSILOCALE_COLLATE - Collation order. How strings are sorted.
  • NSILOCALE_CTYPE - Character classification and case conversion.
  • NSILOCALE_MONETARY - Monetary formatting.
  • NSILOCALE_NUMERIC - Numeric, non-monetary formatting.
  • NSILOCALE_TIME - Date and time formats.
  • NSILOCALE_MESSAGES - Related to fonts, character encodings and so on.
Return value

The locale code to be used for the given category.

A locale code is of the form language[-COUNTRY[-region]], where "language" is an ISO 639 language code (two letter codes preferred over three letter codes when available), "COUNTRY" is an ISO 3166 two letter country code, and "region" is a string of up to 5 letters.

See also

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:110 次

字数:2564

最后编辑:7年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文