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: | ||
{{#Invoke:ProtoFlux|GenerateUI | |||
|Name=Current Culture | |||
|Category=Localization | |||
|Outputs= | |||
[ | |||
{"Name":"*", "Type":"CultureInfo"} | |||
] | |||
|}} | |||
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]. | |||
== Outputs == | |||
=== * ([[Type:CultureInfo|CultureInfo]]) === | |||
The local user's current culture. | |||
== See also == | |||
[[Category:ProtoFlux:Strings:Localization]] |