New Features acc test script
Spanish UI
Background: Language selection comes from: 1. Command-line. Analytica.exe /lang:es 2. Registry: HKCU/Software/Lumina Decision Systems/Analytica : Language 3. Windows Region setting 4. Fallback default (for lang that is not present): "en" The translated resource files for the language must exist at: «install folder»\Resources\«lang»\AnalyticaRes.DLL
ER22111 22145 1a. Install using AnaSetup.exe /LANG=es 1b. Set your windows region to a spanish-speaking region, then run the installer. (Note: Ade's installer is included in this). E: Panes present Spanish-language text except for the exceptions noted in the description. Run: Analytica.exe /lang:es E: Spanish versions of all the text that appears. including intro model E: Menus, etc., are in spanish 5. Create Va1 := GetProcessInfo("UI Language") ("UI Language" should me be an option) 6. Evaluate E: "es"
Structures test
Sliders
- Edit mode
- new Variable
- Enter a Title, Probability of Rain
- Press
to edit its Definition - Enter its Definition: Slider(0.5)
- Right-click menu > select Make User Input Node
Expected: The user input node looks like this:
Enter the Definition as Slider(0.5, styles:'LabelsBelow'),
Expected: it looks like this:

Slider bug regression
- Check EW 21941
Namespace test script
18797
Group nodes test script
Assista
ER22107
- Click the assista icon
- !Callback LookupInDocs( 'Function DisplayName', 'docs' )
E: This will likely find Structs section 1.11.1. It should include sections 1, 1.11 and 1.11.1 in the result, as well as all the other sections with section headings and numbers (so the LLM can use the GetDocSection tool to get those.
- !Callback GetDocSection( 'Struct', '1.2' )
E: Returns text for the When to use a Struct section.
Python
- Add attributes in object window show/hide
Screenshot
Drag to import csv files
ER-20655 Drag a *.csv file to a diagram in edit mode, and it should create a table node with the data (the same way ER 20622 does with File / Import...). Drag it to an edit table and it should import the data into the table, same as ER 20621.
Enable comment auto-refresher