문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top