C# Class Localizer, code

Inheritance: MonoBehaviour
Show file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
Localizer ( IStringLocalizerFactory fact )
this ( string key ) : LocalizedString

Method Details

Localizer() public method

public Localizer ( IStringLocalizerFactory fact )
fact IStringLocalizerFactory

this() public method

public this ( string key ) : LocalizedString
key string
return LocalizedString