Show / Hide Table of Contents

Class Ja

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

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)

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

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

ローカライズのキー

Returns
Type Description
String

日本語表記の文字列

Overrides
En.Get(String)
Remarks

ローカライズのキーがない場合、基底クラスにフォールバックする

Implements

ILocalize
In This Article
Back to top Generated by DocFX