From 129ace6c35fdffc6d23d6bbc1559cfc44e7432bb Mon Sep 17 00:00:00 2001 From: grimpirate Date: Fri, 7 Feb 2025 12:16:03 -0500 Subject: [PATCH] Typo fix, classname misspelled --- user_guide_src/source/outgoing/localization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/outgoing/localization.rst b/user_guide_src/source/outgoing/localization.rst index dfbc6d3130ac..77d7abefc5bb 100644 --- a/user_guide_src/source/outgoing/localization.rst +++ b/user_guide_src/source/outgoing/localization.rst @@ -120,7 +120,7 @@ Language Locale --------------- The ``Language`` class used in the :php:func:`lang()` function also has the current -locale. This is set to the ``IncommingRequest`` locale during instantiating. +locale. This is set to the ``IncomingRequest`` locale during instantiating. If you want to change the locale after instantiating the language class, use the ``Language::setLocale()`` method.