vote up 0 vote down star

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.

flag

2 Answers

vote up 0 vote down

Thanks, dude!

It's really helped me!

link|flag
vote up 1 vote down check

I changed the name of SiteResources.en-US.resx to SiteResources.resx and now everything works just fine.

Seems theer must be one invariant resource.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.