Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetInternationalizationLibra-
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 |
static bool SetCurrentAssetGroupCulture
&40;
const FName AssetGroup,
const FString & Culture,
const bool SaveToConfig
&41;
Remarks
Set the given asset group category culture from an IETF language tag (eg, "zh-Hans-CN"). True if the culture was set, false otherwise.
Parameters
| Name | Description |
|---|---|
| AssetGroup | The asset group to set the culture for. |
| Culture | The culture to set, as an IETF language tag (eg, "zh-Hans-CN"). |
| SaveToConfig | If true, save the new setting to the users' "GameUserSettings" config so that it persists after a reload. |