系统语言检测——SystemLanguage

作者:追风剑情 发布于:2016-1-29 14:19 分类:Unity3d

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());
    }
}

标签: Unity3d

Powered by emlog  蜀ICP备18021003号-1   sitemap

川公网安备 51019002001593号