Closed RobertGlobant20 closed 1 week ago
GIF showing the expected behavior in French.
GIF showing the expected behavior in Spanish.
Test: success. 11 passed, 0 failed. TestComplete Test Result Workflow Run: UI Smoke Tests Check: UI Smoke Tests
@RobertGlobant20 Would you also cherry-pick this? Covered in https://github.com/DynamoDS/Dynamo/pull/15664
Purpose
Fixing Templates path locale when Revit is in a different language than English When Revit Language is French and we open Dynamo Language = Default (inherits Revit Language) if we try to open a template the file explorer location was always en-US. In this fix I'm setting the PreferenceSettings.TemplateFilePath property if the CurrentCulture doesn't match with the locale path used for the templates, also this value will be reflected in DynamoSettings.xml.
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Fixing Templates path locale when Revit is in a different language than English
Reviewers
@QilongTang @reddyashish
FYIs