Since prices are in USD (both the net price and recommended retail price), you need to convert them to your local currency. Here are three ways to do it:
Via external FX Service
Use third-party plugins for multiple currencies, with fee-based or paid APIs to apply exchange rates and caching (e.g., daily or hourly updates).
Code snippet to fetch the FX rates from Open API
Alternatively, add a small code snippet to connect to Open APIs for live currency conversion, using caching for efficiency.
Manually by admin
For currencies relatively fixed to USD, you may want to set a static conversion rate that can be adjusted by an admin.