ILocalizedTextSource::GetNativeCultureName

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

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Internationalization/ILocalizedTextSource.h"

Syntax

bool GetNativeCultureName
(
    const ELocalizedTextSourceCategory InCategory,
    FString & OutNativeCultureName
)

Remarks

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

Returns

True if the native culture was populated, or false 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