鸟语天空
系统语言检测——SystemLanguage
post by:追风剑情 2016-1-29 14:19
using UnityEngine;
using System.Collections;

public class SystemLanguageTest : MonoBehaviour {

    void OnGUI()
    {
        GUI.color = Color.green;
        //系统语言检测
        GUI.Label(new Rect(20, 20, 500, 200), Application.systemLanguage.ToString());
    }
}
评论:
发表评论:
昵称

邮件地址 (选填)

个人主页 (选填)

内容