The chinese-locale tag has no wiki summary.
0
votes
0answers
19 views
Does WSO2/Stratos support Chinese localization well? [closed]
We are trying to select a PaaS for our asset management SaaS in Shanghai, China. It seems WSO2/Stratos provides many features that we need. Not sure if anyone in China has used it for China market. We ...
1
vote
2answers
46 views
Input Chinese characters not correctly echoed in ESS
I had this weird encoding issue for my Emacs and R environment. Display of Chinese characters are all good with my .Rprofile setting Sys.setlocale("LC_ALL","zh_CN.utf-8"); except the echo of input ...
0
votes
1answer
41 views
Can Chinese users who read the app store in traditional see a simplified description?
Can Chinese users who read the app store in traditional Chinese see a simplified Chinese description? My app is currently only translated to simplified, and I only specified the simplified ...
1
vote
1answer
66 views
ios app asian language localization
A client asked me about the effort to start localize in chinese an app that we have on the App Store. I did for other languages in the past but never for Asian languages and I'm worried that it could ...
0
votes
1answer
178 views
Chinese characters not showing up properly in strings.xml
I have created an android application and have a Chinese version of my strings.xml. The Chinese characters I copied into the new string.xml file do not show up properly. They show up as the "square" ...
0
votes
0answers
48 views
Javascript code to search Chinese/English phrase or word on web content
I'm writing up my own web-based chinese-english translation dictionary app which allows a user to type an word he wants to look up for its usages in many practical sentences.
When a user looks up for ...
1
vote
0answers
18 views
can I name stlyes of Geosever (SLD) in Chinese?
I have occured a problem when I tried to name styles of Geoserver in Chinese.
I want to know whether Geosever supports styles with Chinese name.
0
votes
1answer
154 views
Chinese characters showing as blank boxes in strings.xml
I am trying to cut and paste traditional Chinese characters as alternative resources in my values-zh-rTW/strings.xml file. They show as blank white boxes. As far as I can find, every encoding option ...
0
votes
0answers
51 views
Android: Folder name using chinese characters not supporting
In my Android application, I am creating folders in the SDCard dynamically. Name for the folders are retrieved from servers. I am facing issue for creating the folder name when the name contains ...
1
vote
1answer
119 views
ASP.net MVC 4, Friendly url and chinese
I used friend url jquery plug in (http://www.bulgaria-web-developers.com/projects/javascript/friendurl/) to create my menu editor.
My wife is chinese and I ask her to type chinese text to try if my ...
5
votes
1answer
110 views
How to extract the date fields for locale-specific formatting in Java?
I need to extract only the month and year information from a Java Date to display in a GUI.
This date must be translated using the user locale.
I know 2 ways for formatting localized dates:
Using ...
0
votes
0answers
162 views
How to Support chinese and Hindi Language in Android Text To Speech
is it Possible to install Chinese and Hindi Language Font in Android Devices?
My aim is to Speak Chinese and Hindi Language in Android Device.
Thanks.
0
votes
0answers
25 views
Does anybody have Chinese language pack for VBB forum?
Does anybody have Chinese language pack for VBB forum (VBulletin Forum)?
I am installing Chinese for the VBB forum, I tried to find so much the Chinese language pack but nothing.
Could anybody give ...
1
vote
0answers
79 views
RequiredFieldValidator not allowing Chinese characters
I have a standard RequiredFieldValidator on an ASP.NET 4.0 web form. It behaves fine for English names, but for some reason it won't validate if I use Chinese characters. I already tried changing the ...
0
votes
0answers
28 views
Where can I find sample Simplified Chinese mailing address data? [closed]
I need to populate a database with Simplified Chinese mailing addresses. Where can I find some test data?
1
vote
0answers
30 views
Chinese is shown as small box when using english as ui language within java application?
For example,with in use case diagram,I input chinese "重组分析数据集" within a use case's ellipse icon,and it is shown fine,but when I "open use case details.. ","重组分析数据集" will be shown as small boxes in ...
0
votes
1answer
314 views
export chinese, japanes character in .csv file + mvc3
I am using following code to export the content to .cvs file
which also support chinese and japanes characters.
public ActionResult Download(strng accnumber)
{
string csvContent = "东西,东西,东西, ...
0
votes
0answers
68 views
TTS to support Chinese characters/speech
I'm going to develop a tool which can convert the text to speech. Of course support for Chinese characters would be quite important. If not, the TTS would be great choice if the internet access would ...
0
votes
1answer
144 views
Font stack for Chinese websites?
I have a English website that needs to be translated into Chinese.
I am wondering in CSS font-family, what will be the font stack?
I have a look at big corporate websites in China like Apple China, ...
1
vote
1answer
91 views
Translating CSV files in Chinese to English Programmatically
I have many files which are in chinese and I am trying to figure out a way to programmtically translate them into English files. The files can have as much as 10k lines of chinese text. Anyone have ...
2
votes
1answer
121 views
Firefox Bug: Extra space in <select> dropdown due to chinese characters
In Firefox 17, I am seeing extra space in the <select> dropdown. The problem is triggered when the option list goes over 20 items. See the screenshot here
I have fiddled with it for a ...
0
votes
1answer
312 views
How to display Chinese characters in classic ASP using response.write
How to display Chinese characters in ASP using response.write?
<%
Response.CodePage=51936
Response.Charset="UTF-8"
Response.ContentType = "text/html"
Dim Msg
Msg="简"
%>
...
0
votes
1answer
59 views
Display Chinese in VC++ 6 [duplicate]
Possible Duplicate:
Display both of Korean and Chinese language in C++
I have the source code for a game that has been built in VC++ 6. The problem is that when I try to display a Chinese ...
2
votes
2answers
176 views
Alphabetical order in Chinese - java.text.Collator
I've been testing alphabetical sorting in Chinese (if I may call it so). This is how Excel sorts some example words:
...
