Navigation
API > API/Developer > API/Developer/Localization
What kind of "source" should we use when looking up translations for export?
| Name | ELocTextExportSourceMethod |
| Type | enum |
| Header File | /Engine/Source/Developer/Localization/Public/LocTextHelper.h |
| Include Path | #include "LocTextHelper.h" |
Syntax
enum ELocTextExportSourceMethod
{
SourceText,
NativeText,
}
Values
| Name | Remarks |
|---|---|
| SourceText | Use the source text |
| NativeText | Use the native text |