Chinese language not support in N93i...

hi.. i have trouble with my nokia N93i, is it anyone here using nokia N93i with chinese word inside.. coz my phone is not support chinese language, i already update my fone but still don't have chinese language.. anyone here can help me??

The phone you have was evidently not intended for the Chinese market. Chinese language would have been in it otherwise.
You will have to take your phone to your nearest Nokia Care Point and ask them to install a Chinese language pack. They may charge for this even if your phone is new since there's nothing actually wrong with it. Also note that a reset or a software update will erase the language pack and you'll have to return to the NCP and have it installed again.
Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

Similar Messages

  • BUG:  Expression Language not supported (JDeveloper 10.1.3.0.4(SU1))

    Hi!
    I have the following code in a jspx page:
    <c:if test="${!empty bean.genericErrorMessages}">
    <h:outputText styleClass="texto_red"
    value="#{bean.genericErrorMessages}"
    id="applicationErrorMessages" escape="false"/>
    </c:if>
    All code compile well, but when i run the jspx page the following exception occur.
    The problem is that in JDeveloper Early Access 3 the problem doesn't occur.
    But in the Jdeveloper version 10.1.3.0.4(SU1) the exception occur.
    I'm running JDeveloper in a Windows XP SP2, JSF 1.1_01 and JSTL 1.0
    Does anyone know a solution to this problem? Tanks.
    The Exception:
    Error: Expression Language not supported in compile time attribute test
         at oracle.jsp.parse.JspUtils.hasELWithCreation(JspUtils.java:1248)
         at oracle.jsp.parse.JspUtils.processELAttribute(JspUtils.java:1274)
         at oracle.jsp.parse.OpenJspTagHandler.processAttributeValue(OpenJspTagHandler.java:331)
         at oracle.jsp.parse.JspParseTag.parseXMLSrc(JspParseTag.java:1368)
         at oracle.jsp.parse.JspParseTag.parse(JspParseTag.java:1413)
         at oracle.jsp.parse.OpenJspTagHandler.parse(OpenJspTagHandler.java:802)
         at oracle.jsp.parse.JspParseTag.genXMLSrcTag(JspParseTag.java:867)
         at oracle.jsp.parse.JspParseTag.parseXMLSrcNextTag(JspParseTag.java:745)
         at oracle.jsp.parse.JspParseTag.parseXMLSrcBody(JspParseTag.java:1121)
         at oracle.jsp.parse.OpenJspTagHandler.parseXMLSrcBody(OpenJspTagHandler.java:739)
         at oracle.jsp.parse.JspParseTag.parseXMLSrc(JspParseTag.java:1375)
         at oracle.jsp.parse.JspParseTag.parse(JspParseTag.java:1413)
         at oracle.jsp.parse.OpenJspTagHandler.parse(OpenJspTagHandler.java:802)
         at oracle.jsp.parse.JspParseTag.genXMLSrcTag(JspParseTag.java:867)
         at oracle.jsp.parse.JspParseTag.parseXMLSrcNextTag(JspParseTag.java:745)
         at oracle.jsp.parse.JspParseTag.parseXMLSrcBody(JspParseTag.java:1121)
         at oracle.jsp.parse.OpenJspTagHandler.parseXMLSrcBody(OpenJspTagHandler.java:739)
         at oracle.jsp.parse.JspParseTag.parseXMLSrc(JspParseTag.java:1375)
         at oracle.jsp.parse.JspParseTag.parse(JspParseTag.java:1413)
         at oracle.jsp.parse.OpenJspTagHandler.parse(OpenJspTagHandler.java:802)
         at oracle.jsp.parse.JspParseTag.genXMLSrcTag(JspParseTag.java:867)
         at oracle.jsp.parse.JspParseTag.parseXMLSrcNextTag(JspParseTag.java:745)
         at oracle.jsp.parse.JspParseTag.parseXMLSrcBody(JspParseTag.java:1121)
         at oracle.jsp.parse.OpenJspTagHandler.parseXMLSrcBody(OpenJspTagHandler.java:739)
         at oracle.jsp.parse.JspParseTag.parseXMLSrc(JspParseTag.java:1375)
         at oracle.jsp.parse.JspParseTag.parse(JspParseTag.java:1413)
         at oracle.jsp.parse.OpenJspTagHandler.parse(OpenJspTagHandler.java:802)
         at oracle.jsp.parse.JspParseTag.genXMLSrcTag(JspParseTag.java:867)
         at oracle.jsp.parse.JspParseTag.parseXMLSrcNextTag(JspParseTag.java:745)
         at oracle.jsp.parse.JspParseTag.parseXMLSrcBody(JspParseTag.java:1121)
         at oracle.jsp.parse.OpenJspTagHandler.parseXMLSrcBody(OpenJspTagHandler.java:739)
         at oracle.jsp.parse.JspParseTag.parseXMLSrc(JspParseTag.java:1375)
         at oracle.jsp.parse.JspParseTag.parse(JspParseTag.java:1413)
         at oracle.jsp.parse.OpenJspTagHandler.parse(OpenJspTagHandler.java:802)
         at oracle.jsp.parse.JspParseTag.genXMLSrcTag(JspParseTag.java:867)
         at oracle.jsp.parse.JspParseTag.parseXMLSrcNextTag(JspParseTag.java:745)
         at oracle.jsp.parse.JspParseTag.parseXMLSrcBody(JspParseTag.java:1121)
         at oracle.jsp.parse.OpenJspTagHandler.parseXMLSrcBody(OpenJspTagHandler.java:739)
         at oracle.jsp.parse.JspParseTag.parseXMLSrc(JspParseTag.java:1375)
         at oracle.jsp.parse.JspParseTag.parse(JspParseTag.java:1413)
         at oracle.jsp.parse.OpenJspTagHandler.parse(OpenJspTagHandler.java:802)
         at oracle.jsp.parse.JspParseTag.genXMLSrcTag(JspParseTag.java:867)
         at oracle.jsp.parse.JspParseTag.parseXMLSrcNextTag(JspParseTag.java:745)
         at oracle.jsp.parse.JspParseTag.parseXMLSrcBody(JspParseTag.java:1121)
         at oracle.jsp.parse.JspParseTag.parseXMLSrc(JspParseTag.java:1375)
         at oracle.jsp.parse.JspParseTagFile.parseXMLSrc(JspParseTagFile.java:296)
         at oracle.jsp.parse.JspParseTagFile.parse(JspParseTagFile.java:211)
         at oracle.jsp.parse.OracleJsp2Java.transform(OracleJsp2Java.java:403)
         at oracle.jsp.runtimev2.JspPageCompiler.attemptCompilePage(JspPageCompiler.java:558)
         at oracle.jsp.runtimev2.JspPageCompiler.compilePage(JspPageCompiler.java:348)
         at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:610)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:634)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:370)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:298)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:205)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
         at org.apache.shale.faces.ShaleViewHandler.renderView(ShaleViewHandler.java:143)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at pt.ivv.commonbusiness.presentation.servlets.filter.HibernateFilter.doFilter(HibernateFilter.java:68)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:534)

    Hello,
    You should not try to mix JSP and JSF EL prior to JSF 1.2 and JSP 2.1, the result is inconsistent most of the time.
    To fix your current issue though, I suggest you use the rendered attribute instead of a <c:if>, so would be:
    <h:outputText styleClass="texto_red"
    value="#{bean.genericErrorMessages}"
    id="applicationErrorMessages" escape="false" rendered="#{!empty bean.genericErrorMessages}"/>Regards,
    Simon Lessard

  • SP2010 Configuration Error: MicroSoft.SharePoint.SPException Language Not Supported

    I am facing "MicroSoft.SharePoint.SPException: Language not supported" error while configuring through SP Products configuration wizard. The solution suggested to this issue in different forums is to add 1033 entry in the registry. For me it already
    exists. Even then, it generated the error. Any suggestions?
    -K

    Dear Faisal Iman,
    I have seen your post, Can't open a document in IRM enabled document library(http://social.technet.microsoft.com/Forums/en-US/sharepointgenerallegacy/thread/b2a65477-aab8-426f-8f33-444e5ba900dd)
    I am also facing same problem ... please find following links
    http://social.technet.microsoft.com/Forums/en-US/rms/thread/53458615-13f3-40e5-895f-c0afe1208be7
    Sorry post here about this post.. i need to contact you thats why posted here..please help me to solve this problem
    Thanks
    Scorpion 

  • Full text search in Chinese Language not finding results

    We are translating one of our Webhelp projects into
    simplified chinese, and everything is working fine except full text
    search. We can type chinese characters into the search box but no
    results appear even though we have already translated a lot of the
    webhelp into chinese. Note that we have breadcrumbs, TOC and Index
    functioning correctly in chinese.
    The FAQ for Robohelp claims that FTS is supported in other
    languages but I am stuck - I can't figure out how to make it work.
    Any help would be greatly appreciated.

    There was some language stuff in those patches that I hoped
    would fix your problem, obviously not.
    I am not familiar with working with languages. Have you tried
    changing the language in Project Settings? Have you tried importing
    a couple of topics into a new project?
    Beyond that, hopefully someone with more relevant knowledge
    can help you.

  • Dictionary language not supported

    hi guys,
    After updating my N85 i've got the dictionary application but when downloading the languages pack from the site and installing (arabic and french ) an error occured that said that the language pack is not supported
    So plz can anyone tell me where is the prob

    I know this isn't what the OP is asking about, but perhaps Teus de Jong's Indesign Hyphenation checker can help.  This creates a new window in ID listing a document's hyphenated words, and clicking on one of them takes you to its location in the ID file.  The best version runs in Windows (faster, multiple files), but Peter Kahrel recently adopted it for Javascript, making it available for Mac ID as well.  The JSX version avoids the problems I've had getting the compiled versions to work on various Windows systems (apparently dues to local peculiarities): it has worked very well in initial testing on problem machines, and I'm about to use it on a real job.
    David
    P.S.  This is great for catching the inevitable hyphenation errors for Chinese pinyin romanizations in text that is mostly English.  I'd love to be able to apply a "Pinyin" language attribute with a corresponding pinyin hyphenation dictionary, but I don't see any sign of that.

  • Script Chinese Language not properly emailing and Prinitng

    Hi Gurus,
    Remittances are created with spools. Problem is Chineese RMAs Form is showing properly in Spool, but when e-mailed to user in PDF format attachment and prints of RMAs are diferent?
    Some chineese are showing correctly in PDF attachment and prints?
    Custom device type is used with character set 8434. Could anybody help me in this regard?

    Hi Raju,
    Let me explain what is actually happening.
    In your case the SAP system is using the code page 8434 for rendering, storing and processing Chinese language.
    But when you send the same characters via mail to someone these particular characters are not rendered as the code page used is not used in the Email provider. Moreover note that these characters were fine in SAP spool.
    That is the reason SAP highly recommends for going for Unicode system.
    I think if you try out character set 4103 which is Unicode code page. These Chinese characters would be rendered fine when you email or exchange the data.
    Get back in case of any other queries.
    Cheers
    Ajay

  • Acrobat 6.0.6: Foreign language not supported?

    I am running on Window Vista (but the same problem applies to Win 2K+SP4 and XP+SP2).
    I try to insert text in a Text Box Tool. I select the desired language (a Middle Eastern language) through the OS. But when I type, I see primarily small vertical rectangles and other garbage.
    The Acrobat's help document explicitly says that those languages are supported.
    Also, I have no problem applying those languages when using other editing applications such as Word, etc.
    So are they or aren't those languages supported by Acrobat? And if it is supported, how exactly can it be accomplished?
    Thanks in advance,
    David

    you may have to make sure you choose a font for the box which includes
    those characters.
    Aandi Inston

  • Hindi language not supported

    I'm using 710 but it does not support hindi font . Please do something about that..
    Solved!
    Go to Solution.

    Please add your suggestion HERE

  • Multi language not supporting while create pdf report

    When we click on print button its creating xml file successfully in multi language for the template and its generating report in html and rtf formats.. when we try for pdf its not showing correct format...also its creating pdf when we try with bi publisher desktop...

    anyone please give an answer

  • ARABIC language not supported by PC suite

    Since I've updated my PC suite to 7.1.18.0 and it doesnt support the arabic language anymore ..arabic letters appear as dashes..
    WHAT SHOULD I DOOOOOOOOOOO???????
    IF u had any solution, plz help!!
    REMARK:
    VISTA is the OS
    Nokia 6500s is the model

    I supose you installed an arabic version of v.7.1.18.0.
    Try to reinstall it.
    N95 & N96 User

  • Chinese Language not show properly in Script output panel.

    --Database 10g xe.
    -- SQL developer: 1.2
    I am using the chinese version of sql develper, but we I execute some script but it didn't show the chinese characters properly , the words are missing, and changed to some small retagular boxes.

    Normally it works, but sometimes it doesn't? You'll have to track that down to reproducible cases for us to find out what's going on and propose solutions...
    K.

  • Any language currently not supported by OTF

    Thanks to Thomas for his reply to my earlier questions.
    As of known today, is there any language not supported by OTF? I know the key issue is whether that language supports Unicode format. Can someone share some insight on this topic?
    Any input is appreciated.
    Yanling

    The key issue is really whether Unicode supports the language, rather than vice versa.
    There are languages that aren't in Unicode (yet), but they are generally relatively obscure dead languages.
    Also, keep in mind that Unicode continues to expand, so if there were some language unsupported today, it might be supported in a future version of Unicode.
    As OpenType allows encoding of any Unicode codepoint, even ones that are not yet assigned, it should be able to handle even future versions of Unicode.
    T

  • How can i add Chinese language support to my N97

    Hi all of you!!
    i hope can some body help me
    i work in china and i bought my mobile from Dubai and it is just support Arabic and English
    so how can i add chinese support to my mobile?? i don`t want change product code beause i want arabic languge also
    just can review chinese websites and read chinese messages is enough, i know can throw change the the font but.....
    http://forum.dailymobile.se/index.php?PHPSESSID=m6​1ggc373rem98jjmbbnri56r4&topic=15893.0
    i already try above subject but the font is very ugly and make problems for my mobile and switch off by it is self many times
    before i have Nokia N82 and i was install Psiloc Crystal Chinese on it and by this program can read and write chinese but until now no have such program for N97
    so how can one mobile same N97 (small laptop) not support some languages????
    and how can one company same NOKIA don`t give such this serveice for the customers,
    need charge is okbut need some thing usefull
    thanks all and i hope can find some body help me

    Dear I know that you answer me but it is not Solution, right or no? waiting for another
    also why it is impossible with out third-party software? change mobile font can!!!!
    did you visit this link http://forum.dailymobile.se/index.php?PHPSESSID=m6​1ggc373rem98jjmbbnri56r4&topic=15893.0
    i try it but have some mistakes, but can support chinese and arabic in same time
    also you speak as third-party software full the market and internet
    give me one third-party software name and i will be very happy
    Dear i love nokia and i will not change nokia to others but i can see around me such as IPhone, it is support most of languages together,
    thank you any way, now i know nokia support discussions is useless
    拜拜

  • Traditional chinese language support for pearl flip 8220?

    I just got a pearl flip from T-Mobile.  I'm happy with most features, however, there is no Chinese language support whatsoever.  All the Chinese characters show up as black boxes.  Anyone know of any fixes so that I can read and input Chinese (traditional Chinese)?
    Solved!
    Go to Solution.

    Your device OS does not support chinese symbols.
    Ask your wireless provider for a multi-language device OS that supports chinese characters.
    Otherwise - check a chinese wireless provider for device OS. But note that your wireless provider disfavor use of device os from another wireless providers.
    If you decide to use OS from another wireless provider - use OS exactly for your device model.
    Install OS package on your desktop computer. After that delete Vendor.xml file from installed files on your desktop PC.
    Connect your device to the computer and update device OS via Blackberry Desktop Manager/Application Loader.

  • Need to design the database design to support Chinese language

    Hi,
      can anybody give me suggusstion to redesign the SQL Server 2008 R2 database with chinese language support for existing database with varchar datatype (Non- Unicode Data Type)
    Thanks
    Pari

    You have to use NVarchar. Here is the script. During Select also you need N in the string
    set nocount on
    go
    USE master;
    GO
    IF DB_ID (N'MyOptionsTest') IS NOT NULL
    DROP DATABASE MyOptionsTest;
    GO
    CREATE DATABASE MyOptionsTest
    COLLATE Chinese_Taiwan_Stroke_CI_AS;
    GO
    use MyOptionsTest
    go
    IF OBJECT_ID('jj1') IS NULL
    begin
    create table jj1 (name nvarchar(45))
    end
    go
    go
    insert into jj1
    select N'我家己人有淡薄無爽快。'
    insert into jj1
    select N's省城话; t省城話'
    insert into jj1
    select N'微软数据库'
    insert into jj1
    select N'你叫什么名字?'
    insert into jj1
    select N'歡迎!/ 不用謝!/ 不客氣!'
    insert into jj1
    select N'我想18號坐飛機到倫敦'
    select * from jj1
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

Maybe you are looking for

  • ALL_TAB_SUBPARTITIONS desc

    In the ALL_TAB_SUBPARTITIONS description (Reference doc) http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/statviews_2104.htm#sthref1290 it seems some columns are missing : Connected to: Oracle Database 10g Enterprise Edition Release 10.

  • Last time database accessed

    How to find out when the last time database is accessed either select or update? Thanks in advance! Tina

  • HT201269 Is it recommended to set up a new iPad using the back up from iPhone?

    Is it recommended to set up a new iPad using the back up from iPhone?

  • How do I send mail from an alias?

    I have a .mac mail account, and would like to send mail from an alias I created. Although I can receive mail to the alias, I don't know how to send from it. Does anyone know how I can send mail so that my sender's name is my alias? G5 imac   Mac OS X

  • Is a new logic board revision confirmed? How to recognize it?

    I have seen a lot of talk about a new logic board, and some sort of photo of a paper someone got describing that it required 1.0.4.6... Is this really a new revision (which then fixes the whine and heat)? How do you recognize it? I mean, does it have