Ok, thanks for the info. If anyone starts to tackle that, it would be nice to make it somehow have a mapping between gettext language names (eg, es_ES.utf8) and Windows-based names (eg, "german") so that the right language could be selected.
-Doug On Wed, Feb 27, 2013 at 4:21 PM, Jeff Hardy <[email protected]> wrote: > On Wed, Feb 27, 2013 at 5:13 AM, Doug Blank <[email protected]> wrote: >> What support does IronPython have for localization for itself? In >> other words, what support does it have for showing, say, Python error >> messages in another human language? Could it use CPython's locale, >> gettext files? > > There's nothing, as far as I know. .NET has pretty good localization > support, but it would have to be plumbed all through IronPython. > > - Jeff _______________________________________________ Ironpython-users mailing list [email protected] http://mail.python.org/mailman/listinfo/ironpython-users
