From 1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:24 +0200 Subject: convert content to md --- files/fr/web/api/notification/lang/index.md | 44 ++++++++++------------------- 1 file changed, 15 insertions(+), 29 deletions(-) (limited to 'files/fr/web/api/notification/lang') diff --git a/files/fr/web/api/notification/lang/index.md b/files/fr/web/api/notification/lang/index.md index 3a409d72ff..01e7375221 100644 --- a/files/fr/web/api/notification/lang/index.md +++ b/files/fr/web/api/notification/lang/index.md @@ -10,44 +10,30 @@ tags: - Reference translation_of: Web/API/Notification/lang --- -

{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}

+{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}} -

La propriété en lecture seule lang de l'interface {{domxref ("Notification")}} indique la langue utilisée dans la notification, comme définis à l'aide de l'option lang lors de la création de la notification à l'aide du constructeur {{domxref ("Notification.Notification", "Notification()" )}}.

+La propriété en lecture seule **`lang`** de l'interface {{domxref ("Notification")}} indique la langue utilisée dans la notification, comme définis à l'aide de l'option `lang` lors de la création de la notification à l'aide du constructeur {{domxref ("Notification.Notification", "Notification()" )}}. -

La langue elle-même est spécifiée à l'aide d'un {{domxref ("DOMString")}} représentant une balise de langue BCP 47. Consultez la page des codes de langue à 2 lettres ISO de Sitepoint pour une référence simple.

+La langue elle-même est spécifiée à l'aide d'un {{domxref ("DOMString")}} représentant [une balise de langue BCP 47](http://www.rfc-editor.org/rfc/bcp/bcp47.txt). Consultez la page des [codes de langue à 2 lettres ISO](http://www.sitepoint.com/web-foundations/iso-2-letter-language-codes/) de Sitepoint pour une référence simple. -

Syntaxz

+## Syntaxz -
Notification.lang
-
+ Notification.lang -

Valeur

+### Valeur -

Une {{domxref("DOMString")}} spécifiant la balise de langue.

+Une {{domxref("DOMString")}} spécifiant la balise de langue. -

Spécifications

+## Spécifications - - - - - - - - - - - - - -
SpécificationÉtatCommentaire
{{SpecName('Web Notifications','#dom-notification-lang','lang')}}{{Spec2('Web Notifications')}}Living standard
+| Spécification | État | Commentaire | +| ---------------------------------------------------------------------------------------- | ---------------------------------------- | --------------- | +| {{SpecName('Web Notifications','#dom-notification-lang','lang')}} | {{Spec2('Web Notifications')}} | Living standard | -

Browser compatibility

+## Browser compatibility -

{{Compat("api.Notification.lang")}}

+{{Compat("api.Notification.lang")}} -

Voir également

+## Voir également - +- [Utilisation de l'API Notifications](/fr/docs/Web/API/Notifications_API/Using_the_Notifications_API) -- cgit v1.2.3-54-g00ecf