TextLocalizationResourceUtil::GetNativeCultureName

Given a localization category, get the native culture for the targets for that category (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 ELocalizedTextSourceCategory InCategory
    )
}

Remarks

Given a localization category, get the native culture for the targets for that category (if known).

Returns

The native culture for the given localization category, 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