TextLocalizationResourceUtil::GetNativeEngineCultureName

Get the native culture for the engine.

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::GetNativeEngineCultureName
    (
        const bool bSkipCache
    )
}

Remarks

Get the native culture for the engine.

Returns

The native culture for the engine based on the data in the engine LocMeta files.

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