FInternationalization::GetCurrentCultures

Get the current cultures in use, optionally including the current language, locale, and any asset groups.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Internationalization/Internationalization.h"

Source

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

Syntax

TArray< FCultureRef > GetCurrentCultures
(
    const bool bIncludeLanguage,
    const bool bIncludeLocale,
    const bool bIncludeAssetGroups
) const

Remarks

Get the current cultures in use, optionally including the current language, locale, and any asset groups.

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