diff --git a/src/BootstrapBlazor.Server/Locales/en-US.json b/src/BootstrapBlazor.Server/Locales/en-US.json
index 97f619bcc2d..c4c17dd7940 100644
--- a/src/BootstrapBlazor.Server/Locales/en-US.json
+++ b/src/BootstrapBlazor.Server/Locales/en-US.json
@@ -5113,7 +5113,7 @@
"TablesSelectionNormalTips": "Maintain line state fallback mechanism, ModelEqualityComparer CustomKeyAttribute IEqualityComparer<TItem> Equals overloaded method",
"TablesSelectionNormalTitle": "Set row selection function",
"TablesSelectionScrollButtonText": "Select Last Row",
- "TablesSelectionScrollDescription": "After clicking the button, select the last row and automatically scroll the selected row to the visible area of the window. This code is an example, and this function can be enabled by setting AutoScrollLastSelectedRowToView=\"true\", Set the alignment via the AutoScrollVerticalAlign parameter",
+ "TablesSelectionScrollDescription": "After clicking the button, select the last row and automatically scroll the selected row to the visible area of the window. This code is an example, and this function can be enabled by setting AutoScrollLastSelectedRowToView=\"true\", Set the alignment via the AutoScrollVerticalAlign parameter, Set the scroll behavior via the ScrollIntoViewBehavior parameter, default is Smooth",
"TablesSelectionScrollIntro": "Perform some special operations by setting the OnAfterRenderCallback callback method",
"TablesSelectionScrollTitle": "Callback method after rendering",
"TablesSelectionTitle": "Table Selection"
diff --git a/src/BootstrapBlazor.Server/Locales/zh-CN.json b/src/BootstrapBlazor.Server/Locales/zh-CN.json
index 8473d221c2d..d860f96f903 100644
--- a/src/BootstrapBlazor.Server/Locales/zh-CN.json
+++ b/src/BootstrapBlazor.Server/Locales/zh-CN.json
@@ -5113,7 +5113,7 @@
"TablesSelectionNormalTips": "保持行状态回落机制,ModelEqualityComparer CustomKeyAttribute IEqualityComparer<TItem> Equals 重载方法",
"TablesSelectionNormalTitle": "设置选中行功能",
"TablesSelectionScrollButtonText": "选中最后一行",
- "TablesSelectionScrollDescription": "点击按钮后选中最后一行,并且将选中行自动滚动到视窗可见区域内,本代码为示例,本功能可通过设置 AutoScrollLastSelectedRowToView=\"true\" 开启,通过 AutoScrollVerticalAlign 参数设置对齐方式",
+ "TablesSelectionScrollDescription": "点击按钮后选中最后一行,并且将选中行自动滚动到视窗可见区域内,本代码为示例,本功能可通过设置 AutoScrollLastSelectedRowToView=\"true\" 开启,通过 AutoScrollVerticalAlign 参数设置对齐方式,通过 ScrollIntoViewBehavior 参数设置滚动行为默认为 Smooth",
"TablesSelectionScrollIntro": "通过设置 OnAfterRenderCallback 回调方法,执行一些特殊操作",
"TablesSelectionScrollTitle": "渲染结束后回调方法",
"TablesSelectionTitle": "Table 表格"