AlbLib.Texts.TextCore.GetItemName C# (CSharp) Method

GetItemName() public static method

Gets localized item name for type using default language.
public static GetItemName ( short type ) : string
type short /// Item type. ///
return string
        public static string GetItemName(short type)
        {
            return GetItemName(type, DefaultLanguage);
        }

Same methods

TextCore::GetItemName ( short type, System.Language language ) : string