From: Harald Oehlmann on 6 Apr 2010 11:22 I use message cataloges a bit different than prevued: In the source code there is no final text but only tags like: -text [mc errboxFatalExit] All real text is in message catalogue files. It would be useful to have a default text independent from the current language setting. This might be set using the empty language in mcset: msgcat::mcset {} errboxFatalExit "Sorry, fatal exit" This works when entered as source code. But what is the message catalogue file name for those commands ? Is it ".msg" ? Regards, Harald
From: Don Porter on 6 Apr 2010 11:25 Harald Oehlmann wrote: > But what is the message catalogue file name for those commands ? > Is it ".msg" ? No. ROOT.msg http://www.tcl.tk/man/tcl/TclCmd/msgcat.htm -- | Don Porter Mathematical and Computational Sciences Division | | donald.porter(a)nist.gov Information Technology Laboratory | | http://math.nist.gov/~DPorter/ NIST | |______________________________________________________________________|
From: Harald Oehlmann on 6 Apr 2010 11:27 Thank you, RTFM helps. Harald
|
Pages: 1 Prev: float special numbers Next: New version of the Tcl/Tk GUI builder PureTkGUI : v0.10.0 |