Pregunta

I have created a silverlight page in which i have different controls (all in english). Now i want this to be in Hindi (or any other language).

I know we have Bing Translator avalible to trasnlate. I have also used BING translator in various blogs which can translate in any language we want.

I want to do similar stuff in my silverlight page also. One approach i see is that all controls does have "Content" property. So any translation button which reloads page with all Content property changed to another language ?

Please suggest how can i change language of my page ?

Thanks

¿Fue útil?

Solución

May be you should try to start here: MSDN: Localizing Silverlight-based Applications and here: jeff prosise's blog - Dynamic Localization in Silverlight is a nice quick example.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top