diff --git a/reference/strings/functions/setlocale.xml b/reference/strings/functions/setlocale.xml index 77ef5b52bc..f3c3da24f1 100644 --- a/reference/strings/functions/setlocale.xml +++ b/reference/strings/functions/setlocale.xml @@ -1,5 +1,5 @@ - + @@ -67,13 +67,13 @@ - If locale is the empty string + If locale is &null; or the empty string "", the locale names will be set from the values of environment variables with the same names as the above categories, or from "LANG". - If locale is &null; or "0", + If locale is "0", the locale setting is not affected, only the current setting is returned.