ILocalizedTextSource::LoadLocalizedResources

Load the localized resources from this localized text source for the given cultures into the given maps (ELocalizationLoadFlags controls which resources should be loaded).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Internationalization/ILocalizedTextSource.h"

Syntax

void LoadLocalizedResources
(
    const ELocalizationLoadFlags InLoadFlags,
    TArrayView< const FString > InPrioritizedCultures,
    FTextLocalizationResource & InOutNativeResource,
    FTextLocalizationResource & InOutLocalizedResource
)

Remarks

Load the localized resources from this localized text source for the given cultures into the given maps (ELocalizationLoadFlags controls which resources should be loaded).

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