Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTextLocalizationManager
Description
Finds and returns the display string with the given namespace and key, if it exists.
If a non-null and non-empty source string is specified and the found localized display string was not localized from that source string, null will be returned.
| Name | FindDisplayString |
| 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 |
FTextConstDisplayStringPtr FindDisplayString
(
const FTextKey & Namespace,
const FTextKey & Key,
const FString *const SourceStringPtr
) const