Documentation - AdarshRise/HandyControl GitHub Wiki
This documentation is based on the latest Github changes Therefore, some controls or properties may not be available in lower versions
HandyControl supports Chinese and English languages All the text of the controls and messages will change with this, use this method to change the language
HandyControl supports the following languages:
- Chinese (zh-cn) [Default]
- English (en)
- Persian (fa)
- French (fr)
Set Language
//Chinese
ConfigHelper.Instance.SetLang("zh-cn");
//English
ConfigHelper.Instance.SetLang("en");
//Persian
ConfigHelper.Instance.SetLang("fa");
//French
ConfigHelper.Instance.SetLang("fr");
HandyControl Support Attached Property for Some Controls
Converters | ControlCommands | HatchBrushGenerator | GeometryAnimation |
---|