# Languages
# Supported Languages
The Wallet currently supports:
- en - English
- ja - Japanese
Other languages can be added on request.
# Setting Language
You can set what language you want the Wallet to run on. The default is English and if you don't pass it a langugage it will use that. Just call this at the top of your <body>
, and your language will change to Japanese
in this example.
window.funwallet.setLanguage('ja');