Method: BotFramework::Session#ngettext
- Defined in:
- lib/bot_framework/session.rb
#ngettext(message_id, message_id_plural, count) ⇒ Object
Gets and formats the singular/plural form of a localized text string.
116 |
# File 'lib/bot_framework/session.rb', line 116 def ngettext(, , count); end |