Skip to content

Commit 4d97e81

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6c98e6d commit 4d97e81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DynamoApplications/StartupUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ private static DynamoModel StartDynamoWithDefaultConfig(bool CLImode,
474474
/// Sets the application locale from parsed command-line arguments.
475475
/// </summary>
476476
/// <param name="cmdLineArgs">Parsed command-line arguments.</param>
477-
/// <returns>Always returns <see cref="string.Empty"/>.</returns>
477+
/// <returns>A locale environment string in the format <c>LANGUAGE=xx_YY</c> for the resolved locale.</returns>
478478
[Obsolete("The API has been deprecated and will be removed in a future release of Dynamo. Make a direct call to DynamoModel.SetUICulture instead.")]
479479
public static string SetLocale(CommandLineArguments cmdLineArgs)
480480
{

0 commit comments

Comments
 (0)