UKismetInternationalizationLibrary::GetLocalizedCultures

Get the list of cultures that have localization data available for them.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetInternationalizationLibrary.h

Include

#include "Kismet/KismetInternationalizationLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetInternationalizationLibrary.cpp

Syntax

static TArray< FString > GetLocalizedCultures
(
    const bool IncludeGame,
    const bool IncludeEngine,
    const bool IncludeEditor,
    const bool IncludeAdditional
)

Remarks

Get the list of cultures that have localization data available for them.

Returns

The list of cultures as IETF language tags (eg, "zh-Hans-CN").

Parameters

Parameter

Description

IncludeGame

Check for localized game resources.

IncludeEngine

Check for localized engine resources.

IncludeEditor

Check for localized editor resources.

IncludeAdditional

Check for localized additional (eg, plugin) resources.

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