Class LanguageStringManager
Inheritance
LanguageStringManager
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
Returns