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
