Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/Development/Localization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down