FLocTextHelper::AddTranslation

Add a new translation to the given archive.

Windows
MacOS
Linux

References

Module

Localization

Header

/Engine/Source/Developer/Localization/Public/LocTextHelper.h

Include

#include "LocTextHelper.h"

Source

/Engine/Source/Developer/Localization/Private/LocTextHelper.cpp

Syntax

bool AddTranslation
(
    const FString & InCulture,
    const TSharedRef< FArchiveEntry > & InEntry
)

Remarks

Add a new translation to the given archive.

Returns

Returns true if it was added successfully, false otherwise.

Parameters

Parameter

Description

InCulture

Culture to add the translation for.

InEntry

Archive entry to add.

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