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.