Skip to content
Jurek Muszyński edited this page Jul 11, 2019 · 2 revisions

char *STR(const char *str)

Description

Retrieves string value from strings, defined in strings.LL-CC files. See Silgy multi-language support.

Returns

Pointer to the string. If there's no matching language, argument (str) is passed back.

Example

// Language-specific version of the string will be displayed:
OUT("<p>%s: <input type=\"password\" name=\"password\" required></p>", STR("Password"));
Clone this wiki locally