London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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.