node-red-dashboard
node-red-dashboard copied to clipboard
Internationalisation (i18n) Support
Description
It would be great if we have internationalization support for the UI template nodes. If someone has already achieved this, please share a possible design.
Have you provided an initial effort estimate for this issue?
I am no FlowFuse team member
A pattern I can think of for this it to utilise the ui-event node, which will make you aware of any query parameters in the URL, so you could do /my-page?lang=en-US
That can then be fed into the template, which would then display the relevant text.
@manasb26 You can check for this pull request that I'm working on.
https://github.com/FlowFuse/node-red-dashboard/pull/1781