Skip to content

Commit 039f088

Browse files
Update docs/router/framework/react/guide/internationalization-i18n.md
Co-authored-by: Sarah <[email protected]>
1 parent cd86187 commit 039f088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/router/framework/react/guide/internationalization-i18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Validating locale values during route loading ensures downstream logic can safel
114114

115115
### Language Navigation
116116

117-
Create language switchers using optional i18n parameters with function-style params:
117+
Language switchers typically update only the locale parameter while preserving the rest of the route state:
118118

119119
```tsx
120120
function LanguageSwitcher() {

0 commit comments

Comments
 (0)