In a JobDeliveryStatus for an SMS message, what's the difference between Destination and LocalizedDestination?
<DeliveryGroup type="Normal">
<DeliveryGroupId>2</DeliveryGroupId>
<DeliveryDetail xqn="1">
<Ref>abc123</Ref>
<Destination type="sms">011614</Destination>
<State code="5" gammacode="5104">Cancelled</State>
<PrimeAlt>0</PrimeAlt>
<ListId liststore="MR" ownership="user">adhoc</ListId>
<FirstAttemptTime>2012-08-28T04:51:14.000Z</FirstAttemptTime>
<LastAttemptTime>2012-08-28T04:51:14.000Z</LastAttemptTime>
<Attempts>1</Attempts>
<SMSShortCode>POTATO</SMSShortCode>
<LocalizedDestination type="sms">011614</LocalizedDestination>
</DeliveryDetail>
</DeliveryGroup>