Show / Hide Table of Contents

Struct Locale

アカウントに設定可能なロケール

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public struct Locale

Fields

label

言語設定のラベル

Declaration
public string label
Field Value
Type Description
String

label_en

言語設定のラベル (英語表記)

Declaration
public string label_en
Field Value
Type Description
String
Examples

日本語 -> Japanese

value

ロケール表記

Declaration
public string value
Field Value
Type Description
String
Remarks

ja: 日本語

en: 英語

zh-CN: 簡体字

zh-TW: 簡体字

Back to top Generated by DocFX