Table of Contents

Class Locale

언어 설정 API

public static class Locale
Inheritance
object
Locale

Methods

GetLocale()

Viven의 현재 언어 설정을 가져옵니다.

public static string GetLocale()

Returns

string

한국어: "Korean", 영어: "English"

SetLocale(string)

Viven의 언어 설정을 변경합니다.

public static string SetLocale(string locale)

Parameters

locale string

한국어: "Korean", 영어: "English"

Returns

string