I have a webservice where we are creating a cart and adding products. we recently updated the solution to 9.8.4 and old way of creating cart is depricated and now it requres to use oveload method with following parameters Currency, Country, and Language
When i try to get Currency it always has LanguageId set to Danish Language id which is default Langauge and due to this cart getting DKK prices instead of EUR. and if i change the default language to german then prices on Dk site is EUR.
Is there something i am missing or there is otherway to get these values correctly
/umar