Alexandria.Engines.DarkSouls.TableRows.Good.GetLocalisedDescription C# (CSharp) Method

GetLocalisedDescription() public method

Get the localised description of this Good.
public GetLocalisedDescription ( System.Language language = Language.English ) : string
language System.Language
return string
            public string GetLocalisedDescription(Language language = Language.English)
            {
                return GetLocalisedString(Engine.ItemArchiveId.GoodsDescriptions, language);
            }