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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
https://mui.com/material-ui/guides/localization/
MUI utilizes the theme to configure the locale text globally:
import { createTheme, ThemeProvider } from '@mui/material/styles'; import { zhCN } from '@mui/material/locale'; const theme = createTheme( { palette: { primary: { main: '#1976d2' }, }, }, zhCN, ); <ThemeProvider theme={theme}> <App /> </ThemeProvider>;
For more details, you can find the source in the GitHub repository.
To support localization in Tonic UI, DefaultPropsProvider must be implemented. Here are the relevant links:
DefaultPropsProvider
Locale
mui-material
mui-system
Related issues: #73, #180
The text was updated successfully, but these errors were encountered:
Autocomplete
Support for DefaultPropsProvider was introduced in PR #922.
Sorry, something went wrong.
Related to #945
cheton
No branches or pull requests
Overview
https://mui.com/material-ui/guides/localization/
MUI utilizes the theme to configure the locale text globally:
For more details, you can find the source in the GitHub repository.
To support localization in Tonic UI,
DefaultPropsProvider
must be implemented. Here are the relevant links:Locale
translationsDefaultPropsProvider
inmui-material
DefaultPropsProvider
inmui-system
Related issues: #73, #180
The text was updated successfully, but these errors were encountered: