diff options
| -rw-r--r-- | indra/newview/llfloaterbuyland.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/llfloaterbuyland.cpp b/indra/newview/llfloaterbuyland.cpp index 7ca7ace0fc..9379b3f5a8 100644 --- a/indra/newview/llfloaterbuyland.cpp +++ b/indra/newview/llfloaterbuyland.cpp @@ -668,6 +668,7 @@ void LLFloaterBuyLandUI::updateWebSiteInfo()  	keywordArgs.appendString(  		"secureSessionId",  		gAgent.getSecureSessionID().asString()); +	keywordArgs.appendString("language", LLUI::getLanguage());  	keywordArgs.appendInt("billableArea", mPreflightAskBillableArea);  	keywordArgs.appendInt("currencyBuy", mPreflightAskCurrencyBuy); | 
