MSGGET(1) | User Commands | MSGGET(1) |
msgget - get a message from a message catalog
msgget locale [command:]catalog [set.]number [text]
msgget gets the message corresponding to the parameters. See OPERANDS.
The following operands are supported:
catalog
command
locale
[set].number
text
0
>0
Example 1 Getting a Message in the Current Locale
The following example gets msg 1 in the current locale from message catalog hello:
example% msgget - hello 1 hello world
Glenn Fowler, gsf@research.att.com
See attributes(7) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Interface Stability | Volatile |
October 9, 2007 | OmniOS |