Internationalization
In this guide, you'll learn how to customize Spaceweb for languages other than
- Spaceweb supports English(en_US) as the default language.
- You can pass internationalized locale to SpacewebProvider.
- You can check locale structure here.
const en_Hi = {select: {noResultsMsg: 'कोई परिणाम नहीं',},};<SpacewebProvider theme={sprLight} locale={en_Hi}><StatefulSelect /></SpacewebProvider>