What Smart Conversion is
Smart Conversion is a natural-language input field in Currency Converter for Travel. Instead of selecting currencies from lists and then entering digits, you type one line of text — an amount plus the two currencies, in the order you think them — and the app parses it into a live conversion:
- “10 mxn to usd” → Result: 0.56 USD
- “250 yen to dollars” → the parser accepts currency names, not just codes
- “99 eur to gbp” → any supported pair, either direction
The result appears beneath the field as you type, and the main converter fills in the pair and amounts — so a follow-up tweak (“okay, what about 500?”) is one keypad tap away.
Why typing beats dropdowns
Traditional converter UIs make you do three jobs: find the source currency in a list, find the target, then enter the amount. That’s fine at a desk; it’s clumsy on a sidewalk. A typed phrase collapses all three into a single gesture your thumbs already know. It’s the same reason search boxes beat menu trees — declaring intent is faster than navigating structure.
It also survives the messy real-world cases: a friend texts “can you send me 800 baht”, a checkout page shows a price in a currency you don’t recognize by symbol, a hotel quotes you in euros while you think in dollars. Whatever form the number arrives in, you can retype it verbatim.
Phrases the parser understands
- ISO codes: “10 mxn to usd”, “1500 jpy to eur”
- Currency names: “20 pesos to dollars”, “250 yen to dollars”
- Any direction: reverse the phrase to reverse the conversion — “50 usd to mxn”
Keep it to the natural pattern amount → source → “to” → target and the result is instant.
When to use which input
- Smart Conversion: one-off amounts, unfamiliar pairs, prices quoted verbally or in messages.
- Keypad: rapid-fire conversions in your usual pair — market browsing, restaurant menus.
- Widget: ambient awareness — the rate is on your home screen before you ask.
Frequently asked
Do I have to use exact ISO currency codes?
No — common names work too (“yen”, “pesos”, “dollars”). Codes are just the most unambiguous form when two countries share a currency name.
Is typed conversion a premium feature?
Smart Conversion shipped as a headline feature of version 1.3 and works within the app’s free tier; premium removes the free conversion limit for heavy use.
Can it handle math like “10 + 5 usd to eur”?
Keep phrases to a single amount and pair for reliable parsing — for arithmetic, run the sum on the keypad first.