DefaultMercuryLocalizations class

US English strings for the Mercury widgets.

See also:

  • GlobalMercuryLocalizations, which provides Mercury localizations for many languages.
Implemented types

Constructors

DefaultMercuryLocalizations()
Constructs an object that defines the Mercury widgets' localized strings for US English (only).
const

Properties

and String
The word And
no setteroverride
composeTextFieldHint String
The text field hint when the user is composing.
no setteroverride
copyTextButtonLabel String
The label for "copy text" message action button.
no setteroverride
createConversationButtonLabel String
The label for "create conversation" button.
no setteroverride
createGroupConversationButtonLabel String
The label for "create group conversation" button.
no setteroverride
deletedMessage String
The label to display for a deleted message.
no setteroverride
deleteMessageButtonLabel String
The label for "delete message" message action button.
no setteroverride
editMessageButtonLabel String
The label for "edit message" message action button.
no setteroverride
editMessageHintLabel String
The hint label when the user is editing a message.
no setteroverride
emptyConversationHeader String
The header for an empty conversation
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
replyButtonLabel String
The label for "reply" message action button.
no setteroverride
replyHintLabel String
The hint label when the user is replying to a message.
no setteroverride
replyTitle String
Title for message replies.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchEmojisTextFieldHint String
The text field hint for searching emojis.
no setteroverride
seenByCaption String
The message "seen by" caption.
no setteroverride
timeNow String
A time label for "right now".
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
timeDays(int days) String
A time label for days days ago.
override
timeHours(int hours) String
A time label for hours hours ago.
override
timeMinutes(int minutes) String
A time label for minutes minutes ago.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

load(Locale locale) Future<MercuryLocalizations>
Creates an object that provides US English resource values for the Mercury library widgets.

Constants

delegate → const LocalizationsDelegate<MercuryLocalizations>
A LocalizationsDelegate that uses DefaultMercuryLocalizations.load to create an instance of this class.