From c08fe61b2caa2365a7b352a5596b05f6125cfef0 Mon Sep 17 00:00:00 2001 From: Damianut <41262420+damianut@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:43:43 +0200 Subject: [PATCH] Default is German, not English. It is defined here: - [zParserExtender | zExternals.cpp](https://github.com/Gratt-5r2/zParserExtender/blob/master/zParserExtender/zExternals.cpp#L1342) - [zParserExtender | zExternals.cpp](https://github.com/Gratt-5r2/zParserExtender/blob/master/zParserExtender/zExternals.cpp#L1376) --- .../scripts/extenders/zparserextender/externals/string.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zengin/scripts/extenders/zparserextender/externals/string.md b/docs/zengin/scripts/extenders/zparserextender/externals/string.md index 3d63f3b25d..e2a364f2d1 100644 --- a/docs/zengin/scripts/extenders/zparserextender/externals/string.md +++ b/docs/zengin/scripts/extenders/zparserextender/externals/string.md @@ -53,7 +53,7 @@ Functions to manipulate and format strings. ## `Str_GetLocalizedString` !!! function "`Str_GetLocalizedString`" - Returns a string in the current language, otherwise in English. + Returns a string in the current language, otherwise in German. Arguments MUST be encoded in UTF-8! The result string will be converted to appropriate ANSI string. ```dae @@ -71,7 +71,7 @@ Functions to manipulate and format strings. ## `Str_GetLocalizedStringEx` !!! function "`Str_GetLocalizedStringEx`" - Returns a string in the current language, otherwise in English. + Returns a string in the current language, otherwise in German. Offers additional languages ```dae