Language Translation/Conversionhttp://forums.asp.net/t/1251077.aspx/1?Language+Translation+ConversionMon, 12 May 2008 18:16:11 -040012510772312292http://forums.asp.net/p/1251077/2312292.aspx/1?Language+Translation+ConversionLanguage Translation/Conversion <p>Hello ASP.net Family,</p> <p>Does anyone know of a translation/language conversion tool for use with ASP.NET web applications? I'm trying to convert some introductory and instructional text used in my application to some different languages, and i'm just looking for a way to do it that won't require me to find a language dictionary and tough it out word for word. Any ideas or advice at all would be much appreciated.</p> <p>Thanks,</p> <p>&nbsp;- NJCity</p> 2008-04-22T03:43:36-04:002312401http://forums.asp.net/p/1251077/2312401.aspx/1?Re+Language+Translation+ConversionRe: Language Translation/Conversion <p>&nbsp;hi NJCity</p> <p>i am not sure this will help you or not .google has some services you can enter your sentences and get translate</p> <p>only thing is that you need to cross check each time&nbsp;</p> <p>&nbsp;http://translate.google.com/translate_t?langpair=es|en</p> <p>&nbsp;</p> <p>Regards</p> <p>anee&nbsp;</p> 2008-04-22T04:58:07-04:002312839http://forums.asp.net/p/1251077/2312839.aspx/1?Re+Language+Translation+ConversionRe: Language Translation/Conversion <p>You can do one thing.</p> <p>You could use resource files.</p> <p>What u have to do is just take the create the resource file for the web page whom language u want to change.</p> <p>The naming of resource file is also important.</p> <p>if language you wanna change is french the name should be</p> <p>&nbsp;</p> <p>filename.aspx.fr.resx</p> <p>where resx is the resource file extension.</p> <p>&nbsp;</p> <p>-----------------------------------------------</p> <p>&nbsp;Mark as answer if post is useful to you.<br> &nbsp;</p> <p>&nbsp;</p> 2008-04-22T08:53:35-04:002326451http://forums.asp.net/p/1251077/2326451.aspx/1?Re+Language+Translation+ConversionRe: Language Translation/Conversion <p>Thanks anee. that sounds like an excellent method of getting to some translated phrases quickly. Then i guess i'd just have to copy and paste in the various areas...</p> <p>...but&nbsp;what do you mean by &quot;cross-check&quot; though? Would i need another source to verify my answers or use Google's &quot;Suggest a better translation alternative&quot;?</p> <p>Thanks again for the reply,</p> <p>NJC</p> 2008-04-29T03:15:07-04:002326457http://forums.asp.net/p/1251077/2326457.aspx/1?Re+Language+Translation+ConversionRe: Language Translation/Conversion <p>Hello rajkumarsharma,</p> <p>&nbsp;I'm really new to ASP.Net so i don't know much about these &quot;resource files&quot;. How can i find out more about them?&nbsp;Can you create them automatically from my VS2005 IDE?</p> 2008-04-29T03:19:28-04:002326497http://forums.asp.net/p/1251077/2326497.aspx/1?Re+Language+Translation+ConversionRe: Language Translation/Conversion <p>&nbsp;Yes, you can create them automatically.</p> <p>open the designer of the aspx.</p> <p>Go to Tools means.</p> <p>Click on Generatelocalresource.</p> <p>Then you will have a resource file having values for all server side controls.&nbsp;</p> <p>&nbsp;</p> 2008-04-29T03:42:55-04:002337196http://forums.asp.net/p/1251077/2337196.aspx/1?Re+Language+Translation+ConversionRe: Language Translation/Conversion <p></p> <blockquote><span class="icon-blockquote"></span> <h4>NewJack</h4> <p>Thanks anee. that sounds like an excellent method of getting to some translated phrases quickly. Then i guess i'd just have to copy and paste in the various areas...</p> <p>...but&nbsp;what do you mean by &quot;cross-check&quot; though? Would i need another source to verify my answers or use Google's &quot;Suggest a better translation alternative&quot;?</p> <p>Thanks again for the reply,</p> <p>NJC</p> <p></p> </blockquote> <p></p> <p>Dear&nbsp;&nbsp;NJC</p> <p>some times that google tool may&nbsp;give un expected translations especially when&nbsp;you are dealing with short forms.(For example if you want to translate CBS to some language google gives the translation for &quot;columbia broad casting station&quot; instead of just <strong>CBS </strong>in that language.Thats why i said a &quot;cross check is required&quot;</p> <p>Hope this helps</p> <p>Thanks and Regards</p> <p>Anee[Yes]</p> <p>&nbsp;</p> 2008-05-05T06:13:28-04:002352817http://forums.asp.net/p/1251077/2352817.aspx/1?Re+Language+Translation+ConversionRe: Language Translation/Conversion <p>Thanks rajkumarsharma for this and the previous&nbsp;tips on resource files. It led me to <a href="http://msdn.microsoft.com/en-us/library/ms227427(VS.80).aspx">http://msdn.microsoft.com/en-us/library/ms227427(VS.80).aspx</a>&nbsp;which gives more background on resource file usage and ultimately ASP.NET Globalization and Localization which is apparently ASP.NET's official direction on how to handle international culture and language communications&nbsp;in website designs. Looks like this is the way to go....(but i'll use anee111's method to make sure of what i'm supposed to see! Thank you too anee111)</p> 2008-05-12T18:16:11-04:00