I'm trying to add dynamic localization to the existing silverlight app following this guide: Localization Guide, unfortunately it doesn't seem to work even though I did the exact things. The guide was inspired from tim heuer's localization article on his blog which is also based from MSDN documentation.
The project uses Silverlight 4 and .NET 3.5. The guide does work on a new application, no problem about that. Since it kinda doesn't work for me, are there other ways to implement localization? (put all translations in an xml perhaps? load via database? other ways of loading from RESX files?)
WCF RIA isn't an option I guess since I'm only using .NET 3.5. Do correct me if I'm wrong on this fact.