문제

So, what is a best approach to implement silverlight localization with Reactive Framework (Rx) to achive on-the-fly UI changing? I would be very much obliged for examples.

Here is an example of on-the-fly UI changing. But I can't figure out how it works.

올바른 솔루션이 없습니다

다른 팁

SPUtility.GetLocalizedString("$Resources:YourKeyValue", "Comp.Dept.Proj.Farm\\GloablResources", 1033);
.

plz이 링크를 참조하십시오 http : //geekswithblogs.net/venkatx5/archive/2010/12/14/how-to-create-multiling-webpart-in-sharepoint-2010.aspx

Paulo is correct, see Localizing Silverlight-based Applications. That is specifically for localizing code. If you want to localize the Xaml then see How to: Make XAML Content Localizable.

Using Rx here doesn't do you any good unless you want to reinvent the wheel. Localization is built into Silverlight. It will be "on-the-fly", even in the case where the resources are on the server, they are cached once the Xap or satellite assemblies are downloaded.

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