Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 289 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 289 Bytes
  • Get a random quotation in a topic by just a few line of code.

  • Supported language: Chinese, English, Vietnamese.

  • In the future, we'll' try to cover more language.

  • Example:

using QuoteBank;
...
Quotes.English quotes = new Quotes.English();
lbText.text = quotes.Motivation;