All Classes Files Functions Variables Enumerations Enumerator Groups Pages
kerio::web::LocalizableMessage Struct Reference

import "SharedStructures.idl";

Public Attributes

string message
 text with placeholders %1, %2, etc., e.g. "User %1 cannot be deleted."
StringList positionalParameters
 additional strings to replace the placeholders in message (first string replaces %1 etc.)
long plurality
 count of items, used to distinguish among singular/paucal/plural; 1 for messages with no counted items

Detailed Description

Message can contain replacement marks: { "User %1 cannot be deleted.", ["jsmith"], 1 }

Member Data Documentation

string kerio::web::LocalizableMessage::message

text with placeholders %1, %2, etc., e.g. "User %1 cannot be deleted."

long kerio::web::LocalizableMessage::plurality

count of items, used to distinguish among singular/paucal/plural; 1 for messages with no counted items

StringList kerio::web::LocalizableMessage::positionalParameters

additional strings to replace the placeholders in message (first string replaces %1 etc.)


The documentation for this struct was generated from the following file: