Integration/Tutorials/Localization.md
... ...
@@ -61,7 +61,7 @@ Here is a step-by-step list of actions you need to perform to accomplish this:
61 61
62 62
###How To Set The Language I Want To Use In Code?
63 63
64
-You should specify the [[AdHocSettings.Language|/API/CodeSamples/Language]]. This should be done in the [[InitializeReporting() method in the CustomAdHocConfig class in the Global.asax file. You can set this globally for all users or use logic to change the language per user or per tenant as you like.
64
+You should specify the [[AdHocSettings.Language|/API/CodeSamples/Language]]. This should be done in the [[InitializeReporting()|/FAQ/InitializeReporting]] method in the CustomAdHocConfig class in the Global.asax file. You can set this globally for all users or use logic to change the language per user or per tenant as you like.
65 65
66 66
###Can I Change Some Or All Of The Resources?
67 67