Class En
Class to localize English labels
Implements
Inherited Members
Namespace: Pixiv.VroidSdk.Localize
Assembly: VRoidSDK.dll
Syntax
public class En : ILocalize
Methods
Get(String)
Receive arbitrary string and output English label
Declaration
public virtual string Get(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| String | key | Localize key |
Returns
| Type | Description |
|---|---|
| String | English label string |
Remarks
When a key that does not exist is passed, outputs key value as is