Navigation
API > API/Developer > API/Developer/Localization > API/Developer/Localization/FLocTextHelper > API/Developer/Localization/FLocTextHelper/AddTranslation
References
| Module | Localization |
| Header | /Engine/Source/Developer/Localization/Public/LocTextHelper.h |
| Include | #include "LocTextHelper.h" |
| Source | /Engine/Source/Developer/Localization/Private/LocTextHelper.cpp |
bool AddTranslation
&40;
const FString & InCulture,
const TSharedRef< FArchiveEntry > & InEntry
&41;
Remarks
Add a new translation to the given archive. Returns true if it was added successfully, false otherwise.
Parameters
| Name | Description |
|---|---|
| InCulture | Culture to add the translation for. |
| InEntry | Archive entry to add. |