Gets the language code set for the current device.
public void GetDeviceLanguageCodeSample()
{
Debug.Log(string.Format("languageCode:{0}", languageCode));
}
static string GetDeviceLanguageCode()
Gets the language code set for the current device.
Definition Gamebase.cs:1819
The Gamebase class is core of Gamebase service.
Definition Gamebase.cs:11