We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to translate to display descriptions and tooltips in another language (pt-br or at least en-us)?
The text was updated successfully, but these errors were encountered:
Thanks for contacing us @rstreit , you can set up the language by add a attribute lang to the component.
lang
<UEditor.Editor @ref="editor" @bind-Value="value" @bind-Html="html" Height="500" MinHeight="500" Width="700px" lang="en"/>
If you want to add other language, please trantlate the en files and put in wwwroot, then set up the langPath attribute to component.
langPath
<UEditor.Editor @ref="editor" @bind-Value="value" @bind-Html="html" Height="500" MinHeight="500" Width="700px" lang="pt-br" langPath="/i18n/" />
Sorry, something went wrong.
No branches or pull requests
How to translate to display descriptions and tooltips in another language (pt-br or at least en-us)?
The text was updated successfully, but these errors were encountered: