Description
Easy shortcode plugin for converting any english number to Bangla word or money format or in month name.
Just use,
[ntb_num value=value_here format=format_here][/ntb_num]
Available Options:
Number
[ntb_num value="111" format="number"][/ntb_num]
Output: ???
Word
[ntb_num value="1345.05" format="word"][/ntb_num]
Output: ?? ????? ??? ?? ??????????? ????? ????? ????
Money Format
[ntb_num value="1345.50" format="money"][/ntb_num]
Output: ?? ????? ??? ?? ??????????? ???? ?????? ????
Month
[ntb_num value="12" format="month"][/ntb_num]
Output: ?? ????? ??? ?? ??????????? ????? ????? ????
Comma (Lakh)
[ntb_num value="121212121" format="comma"][/ntb_num]
Output: ??,??,??,???
Screenshots
Installation
INSTALLATION FROM WITHIN WORDPRESS
- Visit Plugins > Add New.
- Search for “Number to Bangla”.
- Install and activate “Number to Bangla”.
MANUAL INSTALLATION
- Upload the entire “number-to-bangla” folder to the /wp-content/plugins/ directory.
- Visit Plugins.
- Activate “Number to Bangla” plugin.
USAGE
To convert any number into bangla word,
[ntb_num value=111 format="word"][/ntb_num]
Output ???? ?????
Reviews
Contributors & Developers
“Number to Bangla” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Number to Bangla” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.