FPolyglotTextData::AddLocalizedString

Add a localized string to this polyglot data.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/PolyglotTextData.h

Include

#include "Internationalization/PolyglotTextData.h"

Source

/Engine/Source/Runtime/Core/Private/Internationalization/PolyglotTextData.cpp

Syntax

void AddLocalizedString
(
    const FString & InCulture,
    const FString & InLocalizedString
)

Remarks

Add a localized string to this polyglot data.

The native culture may also have a translation added via this function.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss