FInternationalization::SetCurrentCulture

Set the current culture by name.

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

bool SetCurrentCulture
(
    const FString & InCultureName
)

Remarks

Set the current culture by name.

This function is a sledgehammer, and will set both the language and locale, as well as clear out any asset group cultures that may be set.

SetCurrentCulture should be avoided in Core/Engine code as it may stomp over Editor/Game user-settings.

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