TextLocalizationResourceUtil::GetNativeCultureName

Given some paths to look at, get the native culture for the targets within those paths (if known).

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/TextLocalizationResource.h

Include

#include "Internationalization/TextLocalizationResource.h"

Source

/Engine/Source/Runtime/Core/Private/Internationalization/TextLocalizationResource.cpp

Syntax

namespace TextLocalizationResourceUtil
{
    FString TextLocalizationResourceUtil::GetNativeCultureName
    (
        const TArray< FString > & InLocalizationPaths
    )
}

Remarks

Given some paths to look at, get the native culture for the targets within those paths (if known).

Returns

The native culture for the targets within the given paths based on the data in the first LocMeta file, or an empty string if the native culture is unknown.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss