系统语言检测——SystemLanguage

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

  1. using UnityEngine;
  2. using System.Collections;
  3.  
  4. public class SystemLanguageTest : MonoBehaviour {
  5.  
  6. void OnGUI()
  7. {
  8. GUI.color = Color.green;
  9. //系统语言检测
  10. GUI.Label(new Rect(20, 20, 500, 200), Application.systemLanguage.ToString());
  11. }
  12. }

标签: Unity3d

Powered by emlog  蜀ICP备18021003号-1   sitemap

川公网安备 51019002001593号