Show / Hide Table of Contents

Class En

Class to localize English 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 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

Implements

ILocalize
In This Article
Back to top Generated by DocFX