Show / Hide Table of Contents

Interface ILocalize

ローカライズのクラスを作るためのインターフェース

Namespace: Pixiv.VroidSdk.Localize
Assembly: VRoidSDK.dll
Syntax
public interface ILocalize

Methods

Get(String)

任意の文字列を受け取りローカライズ後の言語を出力する

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

ローカライズのキー

Returns
Type Description
String

ローカライズした文字列

In This Article
Back to top Generated by DocFX