Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTextLocalizationManager
Description
Get the language that we last loaded localization data for. eg) If the available languages were [en, fr, de] and the current language was "en-US", this function would return "en".
| Name | GetLocalizedLanguageName |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/TextLocalizationManager.h |
| Include Path | #include "Internationalization/TextLocalizationManager.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/TextLocalizationManager.cpp |
FString GetLocalizedLanguageName() const