From 8ee8df74c259739cde121090be4b56a11c5e4d2a Mon Sep 17 00:00:00 2001 From: Roland Franssen Date: Thu, 15 Aug 2019 11:48:46 +0200 Subject: [PATCH] Mention ISO 639 for languages --- components/intl.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/intl.rst b/components/intl.rst index 10763b739d3..3546829e936 100644 --- a/components/intl.rst +++ b/components/intl.rst @@ -66,7 +66,8 @@ This component provides the following ICU data: Language and Script Names ~~~~~~~~~~~~~~~~~~~~~~~~~ -The ``Languages`` class provides access to the name of all languages:: +The ``Languages`` class provides access to the name of all languages +according to the `ISO 639-1 alpha-2`_ list and the `ISO 639-2 alpha-3`_ list:: use Symfony\Component\Intl\Languages; @@ -356,3 +357,5 @@ Learn more .. _`ISO 3166-1 alpha-2`: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 .. _`UTC/GMT time offsets`: https://en.wikipedia.org/wiki/List_of_UTC_time_offsets .. _`daylight saving time (DST)`: https://en.wikipedia.org/wiki/Daylight_saving_time +.. _`ISO 639-1 alpha-2`: https://en.wikipedia.org/wiki/ISO_639-1 +.. _`ISO 639-2 alpha-3`: https://en.wikipedia.org/wiki/ISO_639-2