By Rab.IT-1 on
I am trying to make a multilingual web site. However I cannot translate the numbers in ordered list. That means when I try to make something like following:
১. এক
২. দুই
৩. তিন
It turns into something like following:
- এক
- দুই
- তিন
Can anyone help me to translate these numbers?
Comments
Can you tell us what language
Can you tell us what language you want to translate?
It is Bangla (a.k.a Bengali)
Whatever language it is, if the numbers are different than English (such as Arabic, Hindi), I want to replace the text with native numbering characters.
Where can I use the string replace operation and more precisely how?
Thank you for your response.
use css
These numbers are rendered by the browser. You can define the numeral system with css using
list-style-type. http://www.w3schools.com/cssref/pr_list-style-type.aspNote that Bengali is not recognized by all browsers. To make a list multilingual, you could depend it on the language tag used:
---
Datascape