We are storing localization strings in database. Localization is needed for multi language application that we are building. Data layer is behind WCF service, and all data is comming throu this WCF channel.
We need to load translations before Slivlerlight application shows up in user browser. So preloading data with this is most logical path to go. But Silverlight asynchronous calls are giving me hard time to load translation strings from database, because result is loaded afer the Silverlight loads.
Is there a way to solve this problem ?