Show / Hide Table of Contents

Interface ILocalize

Interface for creating localize class

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

Methods

Get(String)

Receive arbitrary string and output post-localized language

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

Localize key

Returns
Type Description
String

Localized string

In This Article
Back to top Generated by DocFX