class PhraseCollection

in global :: Sandbox . Localization

Holds a bunch of localized phrases


public void Set( string key, string value )

Add a phrase to the language

public string GetPhrase( string phrase )

Get a simple phrase from the language

public string GetPhrase( string phrase, Dictionary<string,object> data )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public PhraseCollection( )

😔 No documentation found.