From 7041108a36d00a0a8fb3cde45666ca5166cb561f Mon Sep 17 00:00:00 2001 From: Nick Berard Date: Tue, 3 Jul 2007 00:39:57 +0000 Subject: [PATCH] Added short intro. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@239044 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/i18n/reference.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/reference/i18n/reference.xml b/reference/i18n/reference.xml index 8e59e968b7..025a93b617 100644 --- a/reference/i18n/reference.xml +++ b/reference/i18n/reference.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,15 @@
&reftitle.intro; - i18n support. + I18n (short for internationalization) are means of adapting an application + for different languages and cultures. The scope of i18n support includes + support for local date and time, currency, measures, number formatting and + strings in different encoding. Native support for i18n and l10n + (localization) appeared in PHP6. + + + Please note that in PHP6, POSIX locales are obsoleted by the set of locales + included with the ICU library.