--- title: Intl.Locale.prototype slug: conflicting/Web/JavaScript/Reference/Global_Objects/Intl/Locale tags: - Internationalisation - Intl - JavaScript - Locale - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Intl/Locale translation_of_original: Web/JavaScript/Reference/Global_Objects/Intl/Locale/prototype original_slug: Web/JavaScript/Reference/Objets_globaux/Intl/Locale/prototype ---
{{JSRef}}
La propriété Intl.Locale.prototype représente le prototype pour le constructeur {{jsxref("Locale", "Intl.Locale")}}.
{{js_property_attributes(0, 0, 0)}}
Voir la page {{jsxref("Locale")}} pour en savoir plus sur les instances Intl.Locale.
Les instances de {{jsxref("Locale", "Intl.Locale")}} héritent de Intl.Locale.prototype. Les modifications apportées au prototype sont héritées par l'ensemble des instances {{jsxref("Locale", "Intl.Locale")}}.
{{jsxref("Locale/baseName", "Intl.Locale.prototype.baseName")}}Locale. Cet extrait contient les informations essentielles à propos de l'objet Locale.{{jsxref("Locale/calendar", "Intl.Locale.prototype.calendar")}}Locale.{{jsxref("Locale/collation", "Intl.Locale.prototype.collation")}}Locale courante. La collation est la méthode qui permet d'ordonner des chaînes de caractères en fonction des règles de la locale.{{jsxref("Locale/hourCycle", "Intl.Locale.prototype.hourCycle")}}{{jsxref("Locale/caseFirst", "Intl.Locale.prototype.caseFirst")}}{{jsxref("Locale/numeric", "Intl.Locale.prototype.numeric")}}{{jsxref("Locale/numberingSystem", "Intl.Locale.prototype.numberingSystem")}}{{jsxref("Locale/language", "Intl.Locale.prototype.language")}}{{jsxref("Locale/script", "Intl.Locale.prototype.script")}}{{jsxref("Locale/region", "Intl.Locale.prototype.region")}}{{jsxref("Locale/minimize", "Intl.Locale.prototype.minimize()")}}{{jsxref("Locale/maximize", "Intl.Locale.prototype.maximize()")}}{{jsxref("Locale/toString", "Intl.Locale.prototype.toString()")}}| Spécification | État | Commentaires |
|---|---|---|
Proposition pour Intl.Locale.prototype |
Proposition de niveau 3 |
{{Compat("javascript.builtins.Intl.Locale.prototype")}}