  | ProductFieldTranslationCollectionGetTranslatedFields Method  | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic List<ProductFieldTranslation> GetTranslatedFields(
	string fieldId
)
Public Function GetTranslatedFields ( 
	fieldId As String
) As List(Of ProductFieldTranslation)
Parameters
- fieldId
 - Type: SystemString
 
Return Value
Type: 
ListProductFieldTranslation
See Also