Class LanguageStringManager
Inheritance
System.Object
LanguageStringManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Internal
Assembly: ItemChanger.dll
Syntax
public static class LanguageStringManager
Methods
| Improve this Doc View SourceGetICString(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 |
---|---|---|
System.String | key | |
System.String | sheetTitle |
Returns
Type | Description |
---|---|
System.String |