From: Holger S. <Hol...@xt...> - 2005-07-05 16:22:55
|
Hi, =20 I just tried out the language support on German Windows and it works fine there. =20 ...except that you have to change either the property files or the class ResolverConfig.java: In the class it is tried to access the "primary_dns_suffix_key" in the properties but in the actual key is only called "primary_dns_suffix". (I would opt to change the class to use "primary_dns_suffix" without the "_key" at the end because the other property keys ("host_name", "dns_suffix" and "sns_servers") are also without the "_key" at the end, right?) =20 Also should the ant-build script be changed to include the windows directory with the property files into the packaged JAR file? =20 Bye, Holger =20 ---------- I just applied a patch which supports reading the output of ipconfig or winipcfg in alternate languages, and added support for German and Polish. =20 If anyone reading this has a way of testing the change (I don"t use windows, and only speak English), it would be greatly appreciated. =20 Additionally, if anyone has a version of Windows in a different language, and could submit a simple properties file like the existing ones to add support for that language, it would also be appreciated. =20 Thanks, Brian |