Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UKismetSystemLibrary
Description
Get the default locale (for internationalization) used by this platform
This should be returned in IETF language tag form:
- A two-letter ISO 639-1 language code (eg, "zh")
- An optional four-letter ISO 15924 script code (eg, "Hans")
- An optional two-letter ISO 3166-1 country code (eg, "CN")
| Name | GetDefaultLocale |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
| Include Path | #include "Kismet/KismetSystemLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Utilities|Internationalization")
static FString GetDefaultLocale()
The locale as an IETF language tag (eg, "zh-Hans-CN")