Hi,
i need to get resources from one resource file of the sharepoint folder 12. The method HttpContext.GetGlobalResources()
seems not to work for that ...
How can i do ?
Thanks.
Hi,
i need to get resources from one resource file of the sharepoint folder 12. The method HttpContext.GetGlobalResources()
seems not to work for that ...
How can i do ?
Thanks.
I got it ... SPUtility.GetLocalizedString(...)
did the work !
Thanks.