Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Assuming that WCF service call is similar to Ajax context call, here could be some ideas: http://world.episerver.com/Modules/Forum/Pages/Thread.aspx?id=81183
Hi,
I am trying to get a list of all countries using the LocalizationService.Current in a WCF web service context. I need the country list exactly like it is in Epi's resources. I am using the following:
LocalizationService.Current.GetAllStrings("/shell/cms/visitorgroups/criteria/geographiclocation/countries/");
However, this does not return any data for me and Im wondering if I am missing some configuration or whether I have the wrong approach on this. Any help regarding this would be appreciated.