m ProbablePrime moved page StaticLocaleProvider (Component) to Component:StaticLocaleProvider: Creating component Namespace |
add info |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
{{Infobox Component | {{Infobox Component | ||
|Image=StaticLocaleProviderComponent.png | |Image=StaticLocaleProviderComponent.png | ||
|Name=Static Locale Provider | |Name=Static Locale Provider | ||
}} | }} | ||
The '''StaticLocaleProvider''' component gets the list of locale data for all languages. | |||
<!--T:2--> | <!--T:2--> | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|URL|Uri| | |URL|Uri| The place to get all Locale datas | ||
|OverrideLocale|String| | |OverrideLocale|String| The locale to use other than the user selected one. | ||
}} | }} | ||
<!--T:3--> | <!--T:3--> | ||
== Usage == | == Usage == | ||
{{stub}} | |||
<!--T:4--> | <!--T:4--> | ||
== Examples == | == Examples == | ||
{{stub}} | |||
<!--T:5--> | <!--T:5--> | ||
== | == See Also == | ||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}|Static Locale Provider]] | [[Category:Components{{#translation:}}|Static Locale Provider]] | ||
[[Category:Components:Assets{{#translation:}}|Static Locale Provider]] | [[Category:Components:Assets{{#translation:}}|Static Locale Provider]] |
Latest revision as of 20:56, 3 February 2025
Component image 
Static Locale Provider component as seen in the Scene Inspector

The StaticLocaleProvider component gets the list of locale data for all languages.
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. |
URL
|
Uri | The place to get all Locale datas |
OverrideLocale
|
String | The locale to use other than the user selected one. |
Usage
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.