Gamebase SDK for Android  2.5.0
Toast Gamebase Platform
DisplayLanguage Class Reference

Created by Juyeol.Yoon on 2017-12-22. More...

Collaboration diagram for DisplayLanguage:
Collaboration graph

Classes

class  Code
 
class  DisplayStringTable
 
class  LanguageSet
 

Public Member Functions

void setConfigurationLanguageCode (String languageCode)
 
String getConfigurationLanguageCode ()
 
void setConsoleLanguageCode (String languageCode)
 
String getConsoleLanguageCode ()
 
void setDisplayLanguageCode (String languageCode)
 
String getDisplayLanguageCode ()
 
void setDeviceLanguageCode (String languageCode)
 
String getDeviceLanguageCode ()
 

Static Public Member Functions

static void initialize (Activity activity, String configurationLanguageCode)
 초기화. More...
 
static synchronized DisplayLanguage getInstance ()
 
static LanguageSet getLanguageSet ()
 LanguageSet의 맴버에 접근하기 위해서는 반드시 이곳을 통해야 한다. More...
 

Detailed Description

Created by Juyeol.Yoon on 2017-12-22.

Member Function Documentation

◆ getConfigurationLanguageCode()

String getConfigurationLanguageCode ( )
Here is the caller graph for this function:

◆ getConsoleLanguageCode()

String getConsoleLanguageCode ( )
Here is the caller graph for this function:

◆ getDeviceLanguageCode()

String getDeviceLanguageCode ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getDisplayLanguageCode()

String getDisplayLanguageCode ( )
Here is the caller graph for this function:

◆ getInstance()

static synchronized DisplayLanguage getInstance ( )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getLanguageSet()

static LanguageSet getLanguageSet ( )
static

LanguageSet의 맴버에 접근하기 위해서는 반드시 이곳을 통해야 한다.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initialize()

static void initialize ( Activity  activity,
String  configurationLanguageCode 
)
static

초기화.

GamebaseCore->initialize에서 호출됨.

Here is the call graph for this function:

◆ setConfigurationLanguageCode()

void setConfigurationLanguageCode ( String  languageCode)

◆ setConsoleLanguageCode()

void setConsoleLanguageCode ( String  languageCode)

◆ setDeviceLanguageCode()

void setDeviceLanguageCode ( String  languageCode)

◆ setDisplayLanguageCode()

void setDisplayLanguageCode ( String  languageCode)
Here is the caller graph for this function: