|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ResourceResolve HelpI'm handling the ResourceResolve event to download language-specific
resources on-demand from a server. The ResolveEvent handler only tells me the resource name (e.g. MyApp.Resources.resources.dll), not the language its looking for. How do I look for a resource when I don't know the culture? I think I can use the CurrentUICulture, since the ResourceResolve handler is in the same AppDomain. But I still think the ResourceResolve event would tell me the culture. Any info on this event woudl help. I searched eveywhere for info, but couldn't find alot. |
|||||||||||||||||||||||