NS User
05/29/2025, 9:23 PMCeligo AI
05/29/2025, 9:24 PMAI generated answer (using internal Slack threads):To enable multiple languages in NetSuite, you need to follow these steps: 1. Navigate to Setup > Company > Enable Features. 2. Click on the 'Company' subtab. 3. Scroll down to the 'Languages' section. 4. Check the boxes for the languages you want to enable. 5. Click 'Save'. Once you have enabled the languages, you can set the preferred language for each user. To do this: 1. Go to Lists > Employees > Employees. 2. Click 'Edit' next to the employee's name. 3. In the 'Access' subtab, select the preferred language from the 'Language' dropdown. 4. Click 'Save'. For sending out automated emails in multiple languages, you can create different email templates for each language. Then, in your script, you can select the appropriate template based on the user's preferred language. However, NetSuite does not provide a built-in way to manage multiple translations through the email templates themselves. You might need to create a custom module that takes a script id and language as parameters to a function, and returns the appropriate template. This way, you can maintain it all in one file, and keep the details abstracted from your other scripts. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
05/29/2025, 9:24 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.843680084
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829581678
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.82657063
Celigo AI
05/29/2025, 9:24 PM