multi-lingual

What options do you recommend for language translation on content driven Web sites?

Please read the whole question. I'm not looking for an approach to managing multi-lingual content, but I'm looking for a way to actually get that multi-lingual content. This usually falls within technical recommendations on most projects I work on, and I hope someone can offer some help. We are working with a client now who has the perso...

Multi-lingual websites with ASP.NET MVC

When building a multi-lingual website (with ASP.NET web forms), I'll use an HTTP module to rewrite the URLs to end up with something friendly (for humans & search engines) like: uk/products/product_category_one/sub_category_one/index.aspx uk/products/product_category_one/sub_category_one/widget_mk5.aspx es/productos/categoría_de_product...

Indexing multi-lingual content with Lucene.net

I use Lucene.net for indexing content & documents etc.. on websites. The index is very simple and has this format: LuceneId - unique id for Lucene (TypeId + ItemId) TypeId - the type of text (eg. page content, product, public doc etc..) ItemId - the web page id, document id etc.. Text - the text indexed Title - web page titl...

Silverlight 3 multi-lingual support

Hi, We are currently working on a Silverlight 3 project that requires the UI to be translatable into various languages. This needs to include support for non Latin character sets (initially Cyrillic and Arabic scripts). Much of the research that is available online suggests that people have had problems with the fonts to support this. ...

.NET Language Pack

hi, there exists (for me) a problem with MessageBox show. my app is multi-lingual (english/german). i am testing on a windows which language is in english. setting the app to german language works fine but showing a MessageBox creates a mixture of the languages. Message is in german(via Resource files) and language of the buttons in ...

Multi-lingual Applications

I came accross this thread about multi-lingual applications. I really liked the second answer and I am trying to implement it. Can I ask if anyone has example codes of the search scripts and of a translator program or web service I could use. I use C# if that helps. The secion dealing with: MessageBox(Localize("Hello"), Localize("Titl...