Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Setting Web-visitor's language and currency
Does anyone know how to set the web visitors language and currency within one URL/link?
I would like to call the below URLs but in one line.
/app/site/backend/setshoppercurrency.nl?c=446037&n=1&selcurrency=4
/app/site/backend/setshopperlanguagelocale.nl?c=446037&selshopperlanguage=fr_FR
Something like this.
/app/site/backend/setshopper.nl?c=446037&selshopperlanguage=fr_FR&selcurrency=1
I'm trying to automatically set the web-visitor's language and currency based on their location. I've tried loading these URLs separately in iframes but firefox 2&3 have problems; suprisingly IE6/7, Safari, and Opera all work fine.
0