enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseThe language the user's operating system is running in. Returned by Application.systemLanguage.
using UnityEngine;
public class Example : MonoBehaviour { void Start() { //This checks if your computer's operating system is in the French language if (Application.systemLanguage == SystemLanguage.French) { //Outputs into console that the system is French Debug.Log("This system is in French. "); } //Otherwise, if the system is English, output the message in the console else if (Application.systemLanguage == SystemLanguage.English) { Debug.Log("This system is in English. "); } } }
Afrikaans | Indicates that the operating system's language is Afrikaans. |
Arabic | Indicates that the operating system's language is Arabic. |
Basque | Indicates that the operating system's language is Basque. |
Belarusian | Indicates that the operating system's language is Belarusian. |
Bulgarian | Indicates that the operating system's language is Bulgarian. |
Catalan | Indicates that the operating system's language is Catalan. |
Chinese | Indicates that the operating system's language is Chinese. |
Czech | Indicates that the operating system's language is Czech. |
Danish | Indicates that the operating system's language is Danish. |
Dutch | Indicates that the operating system's language is Dutch. |
English | Indicates that the operating system's language is English. |
Estonian | Indicates that the operating system's language is Estonian. |
Faroese | Indicates that the operating system's language is Faroese. |
Finnish | Indicates that the operating system's language is Finnish. |
French | Indicates that the operating system's language is French. |
German | Indicates that the operating system's language is German. |
Greek | Indicates that the operating system's language is Greek. |
Hebrew | Indicates that the operating system's language is Hebrew. |
Icelandic | Indicates that the operating system's language is Icelandic. |
Indonesian | Indicates that the operating system's language is Indonesian. |
Italian | Indicates that the operating system's language is Italian. |
Japanese | Indicates that the operating system's language is Japanese. |
Korean | Indicates that the operating system's language is Korean. |
Latvian | Indicates that the operating system's language is Latvian. |
Lithuanian | Indicates that the operating system's language is Lithuanian. |
Norwegian | Indicates that the operating system's language is Norwegian. |
Polish | Indicates that the operating system's language is Polish. |
Portuguese | Indicates that the operating system's language is Portuguese. |
Romanian | Indicates that the operating system's language is Romanian. |
Russian | Indicates that the operating system's language is Russian. |
SerboCroatian | Indicates that the operating system's language is Serbo-Croatian. |
Slovak | Indicates that the operating system's language is Slovak. |
Slovenian | Indicates that the operating system's language is Slovenian. |
Spanish | Indicates that the operating system's language is Spanish. |
Swedish | Indicates that the operating system's language is Swedish. |
Thai | Indicates that the operating system's language is Thai. |
Turkish | Indicates that the operating system's language is Turkish. |
Ukrainian | Indicates that the operating system's language is Ukrainian. |
Vietnamese | Indicates that the operating system's language is Vietnamese. |
ChineseSimplified | Indicates that the operating system's language is ChineseSimplified. |
ChineseTraditional | Indicates that the operating system's language is ChineseTraditional. |
Hindi | Indicates that the operating system's language is Hindi. |
Unknown | Indicates that the operating system's language is unknown. |
Hungarian | Indicates that the operating system's language is Hungarian. |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.