diff --git a/docs/topics/settings.md b/docs/topics/settings.md index f24adecb..51eb7f1b 100644 --- a/docs/topics/settings.md +++ b/docs/topics/settings.md @@ -190,12 +190,13 @@ if (!$validLocale) { } ``` -If Brazilian Portuguese language files aren't available, then Portuguese -will be enabled instead: if Portuguese language files aren't available, +- If Brazilian Portuguese language files aren't available, then Portuguese +will be enabled instead +- If Portuguese language files aren't available, then the setLocale() method will return an error, and American English (en\_us) settings will be used throughout. More details of the features available once a locale has been set, including a list of the languages and locales currently supported, can -be found in the section of this document entitled "Locale Settings for -Formulae". +be found in [Locale Settings for +Formulae](./recipes.md#locale-settings-for-formulae).