This website requires JavaScript.
Explore
Help
Register
Sign In
test
/
ant-design-blazor
Watch
1
Star
0
Fork
0
You've already forked ant-design-blazor
mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced
2024-12-14 17:01:18 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
5809c80011
ant-design-blazor
/
components
/
select
/
SelectLocale.cs
8 lines
121 B
C#
Raw
Normal View
History
Unescape
Escape
fix(module: select): fixed multiple issues #674 #557 #695 #588 #698 (#718) * fix-module-select-commit3 fix-module-select-commit3 * fix: demo translation Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-10-25 14:59:10 +08:00
namespace
AntDesign
feat: support for globalization & localization (#578) * feat: add locale * feat: add locale interfaces * fix: add locale interfaces for components * fix: use local classes instead of interfaces * feat: implement the locale provider * feat: make some components to support localization * fix: default language * fix: test * chore: remove the useless reference
2020-09-07 22:46:50 +08:00
{
public
class
SelectLocale
{
public
string
NotFoundContent
{
get
;
set
;
}
}
}
Reference in New Issue
Copy Permalink