Show / Hide Table of Contents

Class LanguageStringManager

Inheritance
object
LanguageStringManager
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.Internal
Assembly: ItemChanger.dll
Syntax
public static class LanguageStringManager

Methods

View Source

GetICString(string, string)

Returns the string with the given sheet and key from the languge.xml. Does not do any other search, nor does it invoke Language.Language.Get, nor does it format the result. Returns empty if the string was not found.

Declaration
public static string GetICString(string key, string sheetTitle = "IC")
Parameters
Type Name Description
string key
string sheetTitle
Returns
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX