Navigation
API > API/Developer > API/Developer/Localization
| Name | EPortableObjectFormat |
| Type | enum |
| Header File | /Engine/Source/Developer/Localization/Public/PortableObjectPipeline.h |
| Include Path | #include "PortableObjectPipeline.h" |
Syntax
enum EPortableObjectFormat
{
Unreal,
Crowdin,
}
Values
| Name | Remarks |
|---|---|
| Unreal | The PO file uses the Unreal format. |
| Crowdin | The PO file uses the Crowdin format. |