Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Localization > dgettext

dgettext

get text translated into the current locale and a specific domain

Syntax

msg=dgettext(domain, myString)

Arguments

domain

a string, the name of the message domain

myString

a string, the message to be translated

Description

dgettext gets the translation of a string myString to the current locale in a specified message domain domain.

Examples

dgettext('scilab','Startup execution:')

See Also

  • gettext — get text translated into the current locale and domain.
  • _
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:54 CEST 2016