Alibo
-
Total Posts
:
516
-
Reward points
:
10240
- Joined: May 23 '01
- Location: Canada
-
Status: offline
|
Do you support international date / language / interface?
Thu. Aug 15, '02 1:40 AM
( permalink)
Yes we do. International date is supported using .NET IFormatInfo symbols. For example, if you want to have "2008-08-09 6:21:43 PM" as your date format instead of the standard US date, just write "yyyy-MM-dd hh:mm:ss tt" into a designated area in the admin panel (no code modification required). The symbol definitions are available in our context-sensitive help file. Message posting in international languages are also supported because we save messages in Unicode in the db. Unicode encoding supports all languages on the planet. For user interface texts (links and buttons, for example), you can define multiple language files (utilizing ASP.NET resx resource file) for your users to choose from.
<message edited by Samuel on Mon. Jan 31, '11 2:38 PM>
|
|
|
|