We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e4754 commit 1e9ff56Copy full SHA for 1e9ff56
src/SimpleSAML/Locale/Language.php
@@ -218,7 +218,7 @@ public function getLanguage(): string
218
public function getLanguageLocalizedName(string $code): ?string
219
{
220
if (Locales::exists($code)) {
221
- return Locales::getName($code);
+ return Locales::getName($code, $code);
222
}
223
Logger::error("Name for language \"$code\" not found. Check config.");
224
return null;
0 commit comments