--- a\modules\price\commerce_price.module
+++ b\modules\price\commerce_price.module
@@ -391,14 +391,6 @@
 function commerce_price_field_formatter_view($entity_type, $entity, $field, $instance, $langcode, $items, $display) {
   $element = array();
   
+  // Prepare translated options if using the i18n_field module.
+  if (module_exists('i18n_field')) {
+    // Translate the field title if set.
+    if (!empty($instance['label'])) {
+          $instance['label'] = i18n_field_translate_property($instance, 'label');
+    }
+  }
+
   // Loop through each price value in this field.
   foreach ($items as $delta => $item) {
     // Do not render a price if the amount is NULL (i.e. non-zero empty value).
