diff --git a/includes/webform_localization.i18n.inc b/includes/webform_localization.i18n.inc
index 3f36365..1105127 100644
--- a/includes/webform_localization.i18n.inc
+++ b/includes/webform_localization.i18n.inc
@@ -55,7 +55,7 @@ function _webform_localization_translate_component(&$element, $component) {
         // If property is array, we extract the key from the property.
         list ($property, $key) = explode('-', $property);
         if (isset($current_element['#' . $property][$key])) {
-          $current_element['#' . $property][$key] = webform_tt($name, $current_element['#' . $property][$key]);
+          $current_element['#' . $property][$key] = i18n_string($name, $current_element['#' . $property][$key], array('sanitize' => FALSE));
         }
       }
       else {
