Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCulture
Description
Get the preferred on-disk identifier of this culture (eg, "en-US" vs "en_US") to use when creating new localized content.
You should still assume both kinds of identifier may be used within a project.
| Name | GetPreferredOnDiskIdentifier |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/Culture.h |
| Include Path | #include "Internationalization/Culture.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/Culture.cpp |
const FString & GetPreferredOnDiskIdentifier() const