File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/SampleLibraryUI/Examples Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1010namespace SampleLibraryUI . Examples
1111{
1212 /// <summary>
13- /// This example node uses .net .resx files and generated sattelite assemblies to perform runtime lookup of localized content
13+ /// This example node uses .net .resx files and generated satellite assemblies to perform runtime lookup of localized content
1414 /// depending on the culture of the system Dynamo is running on.
1515 /// Read more: https://docs.microsoft.com/en-us/dotnet/framework/resources/creating-resource-files-for-desktop-apps
1616 /// You can use the -l "es-ES" flag when starting DynamoSandbox.exe to replace the English strings with Spanish ones.
17+ /// For more info on the CLI interface read more: https://github.com/DynamoDS/Dynamo/wiki/Dynamo-Command-Line-Interface
1718 /// </summary>
1819 [ NodeName ( "LocalizedNode" ) ]
1920 [ NodeDescription ( "CustomNodeModelDescription" , typeof ( Properties . Resources ) ) ]
You can’t perform that action at this time.
0 commit comments