Adding localization notes to Readme file
This commit is contained in:
parent
a71eed5054
commit
88309e607b
14
README.md
14
README.md
@ -59,6 +59,7 @@ BitTorrent: `TYVZSykaVT1nKZnz9hjDgBRNB9VavU1bpW`
|
||||
* [TaggedButtonGrid](#tagged-button-grid)
|
||||
* [CheckedButtonList](#checked-button-list)
|
||||
* [MultiToggleButton](#multi-toggle-button)
|
||||
- [Localizations](#localizations)
|
||||
- [Groups](#groups)
|
||||
* [SplitterForm](#splitter-form)
|
||||
* [GroupForm](#group-form)
|
||||
@ -714,6 +715,19 @@ Check the example project [TelegramBotBase.Test/Tests/Controls/CheckedButtonList
|
||||
|
||||
Check the example project [TelegramBotBase.Test/Tests/Controls/MultiToggleButtonForm.cs](TelegramBotBase.Test/Tests/Controls/MultiToggleButtonForm.cs)
|
||||
|
||||
|
||||
## Localizations
|
||||
|
||||
The current available languages for controls are:
|
||||
|
||||
- English
|
||||
- German
|
||||
- Persian
|
||||
|
||||
You can add other languages easily by creating a subclass of the [TelegramBotBase/Localizations/Localization.cs](TelegramBotBase/Localizations/Localization.cs) class.
|
||||
|
||||
To set the default language set the *Language* property on the static [TelegramBotBase/Localizations/Default.cs](TelegramBotBase/Localizations/Default.cs) instance.
|
||||
|
||||
## Groups
|
||||
|
||||
For groups, there are multiple different tools which help to work with and allows bot also to manage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user