Created a page for the Format Locale String node. |
m YoshBot moved page ProtoFlux:Format Locale String to ProtoFlux:FormatLocaleString: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:19, 21 August 2025
Format Locale String
Localization
The Format Locale String
node takes in a locale asset (or repository) and a key and it returns the translated string for the user's culture.
Inputs
Locale (LocaleResource)
The list of translatable strings (the repository or collection of strings).
Key (String)
The key to search for in the locale resource.
Outputs
* (String)
The translated result.