  | CurrencyServiceGetCurrency Method (String, String) | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Ecommerce.International
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[ObsoleteAttribute("Use the overload without languageId and then call GetTranslation on the currency.")]
public Currency GetCurrency(
	string currencyCode,
	string languageId
)<ObsoleteAttribute("Use the overload without languageId and then call GetTranslation on the currency.")>
Public Function GetCurrency ( 
	currencyCode As String,
	languageId As String
) As CurrencyParameters
- currencyCode
 - Type: SystemString
 - languageId
 - Type: SystemString
 
Return Value
Type: 
Currency
See Also