Show / Hide Table of Contents

Class Ja

Class to localize Japanese labels

Inheritance
Object
En
Ja
Implements
ILocalize
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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
En.Get(String)
Remarks

If no localize key exists, falls back to base class

Implements

ILocalize
In This Article
Back to top Generated by DocFX