Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageLocalizationUtil
Description
Extract a culture code from a localized version of a package path (by finding /L10N/` from the package path, if present) Note: This does not check whether the source package exists_
`_
| Name | ExtractCultureFromLocalized |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Internationalization/PackageLocalizationUtil.h |
| Include Path | #include "Internationalization/PackageLocalizationUtil.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Internationalization/PackageLocalizationUtil.cpp |
static bool ExtractCultureFromLocalized
(
const FStringView & InLocalized,
FString & OutCulture
)