7/1/2025 2:31:35 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
LocalResource files
Posted: 02 Feb 10 10:43 AM
|
I have a new page in SLX web. MyPage.aspx that is called from a navigation button. I have a VS studio project inwhich i have created several smart parts for my new page (tab controls). In the VS studio project, I added a App_GlobalResources folder and created a resx file. I have one string in there for now.
The question is: how do i get SLX web to see this resource file (i.e., what directory do i place it in on the web site?). I tried placing my file in "/slxclient/App_localresources" then calling GetLocalResourceObject("mystring") from my ascx; but in SLX web i get the "could not find any resouce appropiate for the specified culture or the neutral culture. Make sure "MyFirstForm.ascx.resources" was correctly embedded or linked into assembly. (MyFirstFOrm.ascx is my tab control; but not the name of my resource file) does the resource file name have to match the tab control name? |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|