Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UKismetInternationalizationLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetInternationalizationLibrary.h |
| Include | #include "Kismet/KismetInternationalizationLibrary.h" |
Syntax
class UKismetInternationalizationLibrary : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ClearCurrentAssetGroupCulture
(
const FName AssetGroup, |
Clear the given asset group category culture. | |
| FString | GetCultureDisplayName
(
const FString& Culture, |
Get the display name of the given culture. | |
| FString | GetCurrentAssetGroupCulture
(
const FName AssetGroup |
Get the given asset group category culture. | |
| FString | Get the current culture as an IETF language tag: | ||
| FString | Get the current language (for localization) as an IETF language tag: | ||
| FString | Get the current locale (for internationalization) as an IETF language tag: | ||
| TArray< FString > | GetLocalizedCultures
(
const ELocalizationLoadFlags LoadFlags |
Get the list of cultures that have localization data available for them. | |
| TArray< FString > | GetLocalizedCultures
(
const bool IncludeGame, |
Get the list of cultures that have localization data available for them. | |
| FString | GetNativeCulture
(
const ELocalizedTextSourceCategory TextCategory |
Get the native culture for the given localization category. | |
| FString | GetSuitableCulture
(
const TArray< FString >& AvailableCultures, |
Given a list of available cultures, try and find the most suitable culture from the list based on culture prioritization. | |
| bool | SetCurrentAssetGroupCulture
(
const FName AssetGroup, |
Set the given asset group category culture from an IETF language tag (eg, "zh-Hans-CN"). | |
| bool | SetCurrentCulture
(
const FString& Culture, |
Set the current culture. | |
| bool | SetCurrentLanguage
(
const FString& Culture, |
Set only the current language (for localization). | |
| bool | SetCurrentLanguageAndLocale
(
const FString& Culture, |
Set the current language (for localization) and locale (for internationalization). | |
| bool | SetCurrentLocale
(
const FString& Culture, |
Set only the current locale (for internationalization). |