Skip to content

Commit

Permalink
Default is German, not English.
Browse files Browse the repository at this point in the history
  • Loading branch information
damianut authored Oct 9, 2024
1 parent 8f7a2d8 commit c08fe61
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c08fe61

Please sign in to comment.