WebGUI
      Click here to register.
      
View Cart (0)
Bazaar

International Macro

^International();
^International(key,namespace);

Pull a translated message key from the internationalization system.  By default, it looks in the WebGUI namespace.  A different namespace can be specified as a second, optional argument.

Example: ^International(45,Article);

This Macro may be nested inside other Macros if the message does not contain commas or quotes.

To make typing easier, you can create an alias for the International macro in your WebGUI config file.

"i18n" : "International",

Keywords: