<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Greetings, all.<br><br>In support of our fellow hams whose native tongue isn't English, I am asking for help in improving my program YAAC to support other languages.<br><br>I wrote YAAC using the Java Internationalization (I18N) features for all displayed text strings, such that locale-specific text strings will be used. Unfortunately, I don't speak any other language besides English well enough to to create the alternate language files for other locales. <br><br>So, I am asking for multi-lingual people who could take the existing English-language YAAC.properties file and make the alternate versions for other languages. The file is organized as a series of key=value pairs, where the contextually descriptive key string is hard-coded into the YAAC program and used to select the desired language-specific value text string that is actually displayed. For example, the properties file lines<br><br>menu.File=File<br>menu.File.Configure=Configure<br><br>specify the text strings that will be displayed for the File menu drop-down and the Configure choice on the File menu. The updated files would be called YAAC_<i>language</i>_<i>country</i>.properties. For example, the Swiss German version would be YAAC_de_ch.properties,and YAAC_de.properties would be the general German-language file without any country-specific details in it.<br><br>If anyone is interested and willing, to help, please e-mail me.<br><br>Andrew Pavlin, KA2DDO<br>                                        </div></body>
</html>