Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization > API/Runtime/Core/Internationalization/FTextLocalizationManager
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Internationalization/TextLocalizationManager.h |
| Include | #include "Internationalization/TextLocalizationManager.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/TextLocalizationManager.cpp |
FTextConstDisplayStringPtr GetDisplayString
(
const FTextKey & Namespace,
const FTextKey & Key,
const FString *const SourceStringPtr
) const
Remarks
Get the current display string for the given namespace and key, if any.
If a non-null and non-empty source string is specified and the found localized display string was not localized from that source string, it will be considered unlocalized. Unlike FindDisplayString:
- This function may adjust the given text ID (eg, when USE_STABLE_LOCALIZATION_KEYS is enabled).
- This function may return a value for unlocalized strings (eg, when using -LEETifyUnlocalized).