react-suite-demo icon indicating copy to clipboard operation
react-suite-demo copied to clipboard

Set locale in react

Open pfuentes1402 opened this issue 7 years ago • 1 comments

I need set locale to vault component in react. How I can do It. In documentation, it is solved dhx.i18n.setLocale("vault", de); but in react it not work.

Thanks

pfuentes1402 avatar Jan 10 '19 16:01 pfuentes1402

You can use import for i18n, like import { Vault, i18n } from "dhx-vault".

KolosovAO avatar Jan 23 '19 09:01 KolosovAO