struct SLocalizedInfoGame { const char* szCharacterName; wstring swTranslatedText; bool bUseSubtitle; };
ILocalizationManager.h
Localization Info structure
bool bUseSubtitle;
wstring swTranslatedText;
const char* szCharacterName;
SLocalizedInfoGame();