Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When the string is translated, any %s in the translated string will be replaced with each of the extra parameters in order. The function translates to the language specified in the current user's locale.

Syntax

translate(value, arg0,.....argN)

...