The R Project SVN R

Rev

Rev 61168 | Rev 65059 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61168 Rev 61433
Line 63... Line 63...
63
\seealso{
63
\seealso{
64
  \code{\link{stop}} and \code{\link{warning}} make use of \code{gettext} to
64
  \code{\link{stop}} and \code{\link{warning}} make use of \code{gettext} to
65
  translate messages.
65
  translate messages.
66
 
66
 
67
  \code{\link{xgettext}} for extracting translatable strings from \R
67
  \code{\link{xgettext}} for extracting translatable strings from \R
68
  source files. 
68
  source files.
69
}
69
}
70
\examples{
70
\examples{
71
bindtextdomain("R")  # non-null if and only if NLS is enabled
71
bindtextdomain("R")  # non-null if and only if NLS is enabled
72
 
72
 
73
for(n in 0:3)
73
for(n in 0:3)