Click or drag to resize
StringListloadLanguageFromResourcesFolder Method

[Missing <summary> documentation for "M:Planetbase.StringList.loadLanguageFromResourcesFolder(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.Boolean)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static void loadLanguageFromResourcesFolder(
	string folderPath,
	string code,
	Dictionary<string, string> dictionary,
	bool loadHints = true
)

Parameters

folderPath
Type: SystemString

[Missing <param name="folderPath"/> documentation for "M:Planetbase.StringList.loadLanguageFromResourcesFolder(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.Boolean)"]

code
Type: SystemString

[Missing <param name="code"/> documentation for "M:Planetbase.StringList.loadLanguageFromResourcesFolder(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.Boolean)"]

dictionary
Type: System.Collections.GenericDictionaryString, String

[Missing <param name="dictionary"/> documentation for "M:Planetbase.StringList.loadLanguageFromResourcesFolder(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.Boolean)"]

loadHints (Optional)
Type: SystemBoolean

[Missing <param name="loadHints"/> documentation for "M:Planetbase.StringList.loadLanguageFromResourcesFolder(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.Boolean)"]

See Also