diff --git a/modules/ROOT/pages/Development/Localization.adoc b/modules/ROOT/pages/Development/Localization.adoc index e58ab0b2..58447818 100644 --- a/modules/ROOT/pages/Development/Localization.adoc +++ b/modules/ROOT/pages/Development/Localization.adoc @@ -66,7 +66,7 @@ In widgets, consider using Canvas Panels, Overlays, and Render Transforms if you ### {cpp} Localization Detailed documentation for {cpp} localization can be found in the -https://docs.unrealengine.com/4.27/en-US/ProductionPipelines/Localization/Formatting/[Unreal documentation]. +https://dev.epicgames.com/documentation/en-us/unreal-engine/text-localization-in-unreal-engine?application_version=5.3[Unreal documentation]. When working in {cpp}, you can use the `NSLOCTEXT` and `LOCTEXT` macros to mark text as localizable.