Show / Hide Table of Contents

Class En

英語表記のローカライズをするクラス

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)

任意の文字列を受け取り英語表記を出力する

Declaration
public virtual string Get(string key)
Parameters
Type Name Description
String key

ローカライズのキー

Returns
Type Description
String

英語表記の文字列

Remarks

存在しないキーが渡されたとき、キーの値をそのまま出力する

Implements

ILocalize
In This Article
Back to top Generated by DocFX