Component:CurrentLocaleInfo
The CurrentLocaleInfo component gives localized values of the user's current locale.
More actions
Component image 
Current Locale Info component as seen in the Scene Inspector

The CurrentLocaleInfo component gives localized values of the user's current locale.
Fields
| Name | Type | Description |
|---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
LocaleCode
|
raw output of String | The code of the culture of the current locale. |
LanguageCode
|
raw output of String | The code of the language of the current locale. |
NativeLocaleName
|
raw output of String | The name of the current locale in native language (Ex: "Español") |
EnglishLocaleName
|
raw output of String | The name of the current locale in english (Ex: "Spanish") |
Usage
This article or section is a stub. You can help the Resonite wiki by expanding it.