Method | Description | |
---|---|---|
Get ( string instance ) : ITranslationStore | ||
Register ( string instance, ITranslationStore store ) : void | ||
Remove ( string instance ) : void |
public static Get ( string instance ) : ITranslationStore | ||
instance | string | |
return | ITranslationStore |
public static Register ( string instance, ITranslationStore store ) : void | ||
instance | string | |
store | ITranslationStore | |
return | void |
public static Remove ( string instance ) : void | ||
instance | string | |
return | void |