ProtoFlux:CurrentCulture: Difference between revisions

From Resonite Wiki
Created page with "CurrentCulture provies a Type:CultureInfo that refers local user language setting. This node exists in Strings/Localization. Inputs: none. Outputs: * (CultureInfo) == Related node == * ProtoFlux:InvariantCulture - provides CultureInfo, but regardless of User language. {{stub}}"
 
Manual move: removing spaces
Tag: Removed redirect
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
CurrentCulture provies a [[Type:CultureInfo]] that refers local [[Type:User|user]] language setting.
{{#Invoke:ProtoFlux|GenerateUI
|Name=Current Culture
|Category=Localization
|Outputs=
[
{"Name":"*", "Type":"CultureInfo"}
]
|}}


This node exists in Strings/Localization.
The '''CurrentCulture''' node outputs the local [[User|user's]] [https://learn.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo?view=net-9.0 culture].


Inputs: none.
== Outputs ==


Outputs: * (CultureInfo)
=== * ([[Type:CultureInfo|CultureInfo]]) ===


== Related node ==
The local user's current culture.


* [[ProtoFlux:InvariantCulture]] - provides CultureInfo, but regardless of User language.
== See also ==


{{stub}}
[[Category:ProtoFlux:Strings:Localization]]

Latest revision as of 01:04, 21 August 2025

Current Culture
*
Localization

The CurrentCulture node outputs the local user's culture.

Outputs

* (CultureInfo)

The local user's current culture.

See also