TextLocalizationResourceUtil::GetLocalizedCultureNames

Given some paths to look at, populate a list of culture names that we have available localization resource information for.

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
{
    TArray< FString > TextLocalizationResourceUtil::GetLocalizedCultureNames
    (
        const TArray< FString > & InLocalizationPaths
    )
}

Remarks

Given some paths to look at, populate a list of culture names that we have available localization resource information for.

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