Navigation
API > API/Editor > API/Editor/InternationalizationSettings > API/Editor/InternationalizationSettings/SCulturePicker
Different display name formats that can be used for a culture
| Name | ECultureDisplayFormat |
| Type | enum |
| Header File | /Engine/Source/Editor/InternationalizationSettings/Public/SCulturePicker.h |
| Include Path | #include "SCulturePicker.h" |
Syntax
enum ECultureDisplayFormat
{
ActiveCultureDisplayName,
NativeCultureDisplayName,
ActiveAndNativeCultureDisplayName,
NativeAndActiveCultureDisplayName,
}
Values
| Name | Remarks |
|---|---|
| ActiveCultureDisplayName | Should the culture display the name used by the active culture? |
| NativeCultureDisplayName | Should the culture display the name used by the given culture? (ie, localized in their own native culture) |
| ActiveAndNativeCultureDisplayName | Should the culture display both the active and native cultures name? (will appear as " |
| NativeAndActiveCultureDisplayName | Should the culture display both the native and active cultures name? (will appear as " |