Navigation
API > API/Developer > API/Developer/Localization
References
| Module | Localization |
| Header | /Engine/Source/Developer/Localization/Public/LocalizationTargetTypes.h |
| Include | #include "LocalizationTargetTypes.h" |
Syntax
struct FCultureStatistics
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | CultureName | The ISO name for this culture. | |
| uint32 | WordCount | The estimated number of words that have been localized for this culture. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCultureStatistics
(
const FString& InCultureName |