Javier Cabrera
03/04/2025, 7:47 PMCeligo AI
03/04/2025, 7:47 PMAI generated answer (using internal Slack threads):Based on the conversations, it seems that the multi-language URL in NetSuite can be managed by enabling the Multi-Language preference. This can be found under Setup -> Company -> Enable Features -> Company -> International -> Multi-Language. However, it's important to note that enabling this feature may have side effects and should only be done if you are sure of the implications. Once the Multi-Language feature is enabled, you can change the user preference (Home icon -> Set Preferences, Localisation -> Language) to English (International) or English (US). This will correct the names in the UI, in workflows, saved searches, and also through ODBC. If you don't have Multi Languages enabled, you won't be able to set the above preference. To get the current user's language, you can use the following SuiteScript code:
javascript
runtime.getCurrentUser().getPreference({ name: "Language" });
This will return the current user language. However, if you have configured in general preferences only "English" and use "Italian" as user locale, you might have to hardcode a lookup if you are making a custom Language List/Record field.
******
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
03/04/2025, 7:47 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.821611822
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.811051846
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.810133576
Celigo AI
03/04/2025, 7:47 PM