The problem: MS Windows ipconfig output depends on
language version. FindServer class has hard coded strings
like 'DNS Servers', 'Host Name', etc. which are
different in other languages.
The patch localizes FindServer class, so it can be
easyly used in various Windows versions - the only
needed action is to provide language dependend
properties file DNSServer_XX.properties, where XX is
the language code.
In the patch German and Polish properties files are
provided
diff file with patch
Logged In: YES
user_id=63197
Thanks! This is the first patch to add support for
alternate languages that I like enough to apply. I applied
it, after making a few changes to make it apply cleanly to
the newest version, and moving the properties to
org.xbill.DNS.windows.
Ticket moved from /p/dnsjava/patches/9/