Alexandria.Engines.DarkSouls.TableRows.Protector.GetLocalisedName C# (CSharp) Method

GetLocalisedName() public method

Get the localised name of the Protector.
public GetLocalisedName ( Language language = Language.English ) : string
language Language
return string
            public string GetLocalisedName(Language language = Language.English)
            {
                return GetLocalisedString(Engine.ItemArchiveId.ProtectorNames, language);
            }