in

simplusoft.net

another .NET open source community

iulia

March 2008 - Posts

  • Local resource automated translator - .NET application

    If you try to use google translator in order to translate automatically your resources you will be blocked for abour 1 day. But, you can use

    http://babelfish.altavista.com/babelfish/tr. After about 30 files translated (depends on now many text resources contains, you will receive an error 999 which is a timeout error. But, after about 15 minutes you can continue your translation process.

    You have here an aplication which is automates your translation for local resource files of an web application in order to implement localisation for your web site.

    Here is the .NET application which you can use to translate your asp.net local resource file from french to english, german, spanish, italian, and pt

    AutomatedResourceTranslation.zip

  • Generate local resources - Asp.Net applications

     I think that generate local resources in order to apply localisations for all pages of a web site, has sometimes some limitations. I have done this for a site with about 40 pages, and finally there are some images which doesn't appears on the site and some linkbuttons texts. I thought this features of MS has a bug. But, finally i discover the reason was that if you apply graphics styles in a nonstandard way like putting the text of a link inside a div, after generate local resources, the link will not appear on the site.So, the conclusion, is that if you write a web application, and you plan you use Microsoft localisation, don't use static html controls in place of standard localisable attributes (such as Text, Value etc.)

    AutomatedResourceTranslation.zip
     

More Posts
Simplusoft.net is a non-profit community dedicated to all .NET developers
Powered by Community Server (Non-Commercial Edition), by Telligent Systems