Hi folks!
I created two files in the App_GlobalResources folder:
SiteResources.en-US.resx
SiteResources.sp-SP.resx
Both contain a value for "SiteTitleSeparator".
Here is what I am trying to do:
string sep = (string)GetGlobalResourceObject("SiteResources", "SiteTitleSeparator"); //Is always null.
Note, that the Culture property on the page is set.
Answers in both VB and C# will be welcomed.
