Class Ja
Class to localize Japanese labels
Implements
Inherited Members
Namespace: Pixiv.VroidSdk.Localize
Assembly: VRoidSDK.dll
Syntax
public class Ja : En, ILocalize
Methods
Get(String)
Receive arbitrary string and output Japanese label
Declaration
public override string Get(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| String | key | Localize key |
Returns
| Type | Description |
|---|---|
| String | Japanese label string |
Overrides
Remarks
If no localize key exists, falls back to base class