-
Notifications
You must be signed in to change notification settings - Fork 2
STR
Jurek Muszyński edited this page Dec 18, 2021
·
3 revisions
Retrieves string value from strings, defined in strings.LL-CC
files. See Node++ multi-language support.
Pointer to the string. If there's no matching language, argument (str) is passed back.
// Language-specific version of the string will be displayed:
OUT("<p>%s: <input type=\"password\" name=\"password\" required></p>", STR("Password"));