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
)
Remarks
Returns a display string with the given namespace and key. If no display string exists, it will be created using the source string or an empty string if no source string is provided. If a display string exists ... ... but it was not localized from the specified source string, the display string will be set to the specified source and returned. ... and it was localized from the specified source string (or the source string was null or empty), the display string will be returned.