Other Language in Report

Hi,
i Require to include the Other then English Language in Report.
How to done it?
Please give me guidence in it.
Regards,
C V S
Edited by: CVS_1984 on Aug 31, 2010 10:42 PM

We (in "Istra informaticki inzenjering", Croatia, Pula) have developed our own solution
for dynamical translation of Forms/Reports modules (including Forms/Reports 6i).
First of all, database messages (RAISE_APPLICATION_ERROR) and Forms messages (ALERT etc...) have been extracted to a database table,
and those messages are called using procedure that returns translation.
Forms "labels" (prompts, hints in items, labels in menu items ...) and Reports boilerplates have been extracted
into TXT files for Forms and XML files for Reports together with translation.
TXT files are created using Forms JDAPI, and XML files using (our own) Java program that reads Reports modules converted to REX format.
We use TXT/XML files in this way:
- TXT: Forms PRE-FORMS trigger calls procedure (in Forms library) that reads related TXT file
and translates Forms "labels" using SET_ITEM_PROPERTY (... PROMPT_TEXT ...), SET_MENU_ITEM_PROPERTY (... LABEL ...) etc.
- XML: Reports BEFORE-PARAMETAR-FORM trigger calls procedure (in Reports library) that uses related XML file and SRW.APPLY_DEFINITION
Regards

Similar Messages

  • Report displaying junk characters or Greek or some other language

    Hi All,
    I have one Custom report in PDF. It is a simple tabular report. When I run this report from Report Builder, it runs fine but when I register it in Oracle Apps and run it from there, it displays all the characters in Greek or some other language or junk characters. Sometimes it works if I change font. But its a trial and error. I dont understand why is it happening. This has happened with one of my other reports too. It worked when I changed the font and its size. This time it didnt work. Any clue how can I fix this issue?
    Any lead will be appreciated.
    Thanks,
    CAH
    Edited by: user638181 on Sep 3, 2009 7:05 AM

    Hi Hussein,
    We have similiar issue with our custom PDF reports. We are in the process of upgrading from 11.5.9 to R12.
    All these reports work fine in 11.5.9.
    Following are the details of our R12 environment:
    1) What is the application release? Application release is 12.1.1
    2) What is application/database characterset? Database - 11.1.0.7.0 and characterset is UTF8.
    3) Is this a text or bitmap report? What is the report language? - It is a text report and Language is English
    4) Do you use PASTA for printing? - Yes we do
    5) Do you get the correct printout if you print the concurrent request output file from the OS? - If I run the report from report builder directly, Yes. If from Oracle Apps, no.
    6) Expected output: "Days in Queue"
    Actual Output: when I copy and paste the output here it is showing correct. But on the report it is showing
    something like ∆Ωµ.....
    7) If I try changing the font, it works
    8) A different text field on the same report with the same font shows good.
    I would appreciate your help on this one.
    Thanks
    Vishnu

  • Crystal Reports in other languages ...

    Hi
    I'm new to crystal reporting my question is can crystal reports (v10 to be specific) present data in other languages like for example Arabic even though your data source is English language? More like translate this data to that language, Is it just a matter of choosing the font when designing or its more complicated than that?
    Thanks

    New since CR 9 is unicode support: http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=http--supportbusinessobjectscom-communityCS-TechnicalPapersNoNav-cr9whatsnewpdfasp&sliceId=&dialogID=24286720&stateId=1 0 24288668
    "Unicode support means that the program code level in Crystal Reports is able to recognize language
    characters that are based on Unicode.
    Unicode is used to display double-byte characters such as the Chinese and Japanese character sets.
    This enables you to create Crystal Reports that can display right-to-left languages and multiple
    languages in a single report."
    So if your data is in unicode Crystal will be able to properly display the various languages.
    If you wanted one single report to be viewed in different languages, then static strings in the report would need to be converted into formula fields which changes the text into the appropriate language based on a language parameter.  Some strings could not be handled in this manner though such as custom prompting strings.

  • How to dislay other language font in Report Builder paper layout?

    How to I display other language font (e.g. chinese) in Report Builder paper layout?
    I have no problem displaying Chinese characters in web layout.

    If your NLS_LANG is properly set to chinese character set and if you are choosing the right chinese fonts, in Reports builder, your report paper layout should display chinese characters properly.
    If you are generating to PDF, then you might want to use PDF subsetting to display the chinese characters properly.
    See the documentation on how to use PDF subsetting.

  • Web report print PDF in other language than English

    Hi,
    when i try to print the queries thro' web analyser(web output seen on Enterprise portal), the pdf document is generated in some other language than English.
    What is the problem?
    thank you....

    Hi BI.
    I would check the default language in the portal for the specific user. You will find this in the EP user administration in the general information tab.
    Hope it helps.
    BR
    Stefan

  • Problem in sending the smartform as email for other language except english

    Hi Experts,
    I could not send the smartform as an attachment for other languages, but where as i could send it in english.
    The program is working fine with print priview but not when sending the SF as an attachment
    (in other languages except english).
    Please do find the below code which i used to send the smartform as an attachment.
    Please let me know if there is any mistake in the code.
        wa_ctrlop-LANGU = nast-spras.
        wa_ctrlop-getotf = 'X'.
        wa_ctrlop-no_dialog = 'X'.
        wa_compop-tdnoprev = 'X'.
        CALL FUNCTION lf_fm_name                  "'/1BCDWB/SF00000197'
          EXPORTING
            control_parameters = wa_ctrlop
            output_options     = wa_compop
            user_settings      = 'X'
            is_ekko            = l_doc-xekko
            is_pekko           = l_doc-xpekko
            is_nast            = l_nast
            iv_from_mem        = l_from_memory
            iv_druvo           = iv_druvo
            iv_xfz             = iv_xfz
          IMPORTING
            job_output_info    = wa_return
          TABLES
            it_ekpo            = l_doc-xekpo[]
            it_ekpa            = l_doc-xekpa[]
            it_pekpo           = l_doc-xpekpo[]
            it_eket            = l_doc-xeket[]
            it_tkomv           = l_doc-xtkomv[]
            it_ekkn            = l_doc-xekkn[]
            it_ekek            = l_doc-xekek[]
            it_komk            = l_xkomk[]
          EXCEPTIONS
            formatting_error   = 1
            internal_error     = 2
            send_error         = 3
            user_canceled      = 4
            OTHERS             = 5.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    *Convert the data from OTF to PDF format
        it_otf[] = wa_return-otfdata[].
        CALL FUNCTION 'CONVERT_OTF'
          EXPORTING
            format                = 'PDF'
            max_linewidth         = 132
          IMPORTING
            bin_filesize          = l_len_in
            bin_file              = lp_xcontent
          TABLES
            otf                   = it_otf
            lines                 = it_tline
          EXCEPTIONS
            err_max_linewidth     = 1
            err_format            = 2
            err_conv_not_possible = 3
            OTHERS                = 4.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
        TRY.
      ---------- create persistent send request ----------------------
            send_request = cl_bcs=>create_persistent( ).
            len = XSTRLEN( lp_xcontent ).
    transform to solix tab
            lt_solix =
              cl_document_bcs=>xstring_to_solix(
                ip_xstring = lp_xcontent ).
    Create Body to the E-mail.
            APPEND Text-005 TO l_text.
    Attachment Name
            l_ponumber = text-004.
            CONCATENATE l_ponumber l_doc-xekko-ebeln INTO l_ponumber.
    Subject for the E-Mail.
            l_subject = text-001.
            CONCATENATE l_subject l_doc-xekko-ebeln INTO l_subject.
    *create document E-Mail.
    *TRY.
    CALL METHOD cl_document_bcs=>create_document
      EXPORTING
        i_type        = 'RAW'
        i_subject     = l_subject
        i_length      = '13'
        i_language    = nast-spras
       i_importance  =
       i_sensitivity =
        i_text        = l_text
       i_hex         =
       i_header      =
       i_sender      =
      receiving
        RESULT        = l_email_object
    CATCH cx_document_bcs .
    *ENDTRY.
           CALL METHOD cl_document_bcs=>create_document
             EXPORTING
               i_type    = 'RAW'
               i_subject = l_subject
               i_length  = '13'
               i_text    = l_text
             RECEIVING
               result    = l_email_object.
    *Create PDF Document
            bcs_doc =  cl_document_bcs=>create_document(
                                            i_type     = 'PDF'
                                            i_subject  = l_ponumber
                                            i_length   = len
                                            i_language = nast-spras
                                            i_hex     = lt_solix
    *Type casting
            obj_pdf_file ?= bcs_doc.
    Add PDF document as an attachment
            CALL METHOD l_email_object->add_document_as_attachment
              EXPORTING
                im_document = obj_pdf_file.

    hi,
    i tried with ur problem.but i am able send mail in other languages also.actaullly i wrote a msg whether the mail has been sent or not.i got success message. i am placing my code here please go thorugh it,and do relavant modifications.
    *& Report  ZPPS_SMARTFORM_TO_PDF
    REPORT  ZPPS_SMARTFORM_TO_PDF.
    PARAMETER: p_date LIKE sy-datum.
    PARAMETER: p_rea TYPE char255.
    DATA: t_otfdata TYPE ssfcrescl,
          t_lines LIKE tline OCCURS 0 WITH HEADER LINE,
          t_otf TYPE itcoo OCCURS 0 WITH HEADER LINE,
          t_RECORD LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE.
    Objects to send mail.
    DATA:T_OBJPACK LIKE SOPCKLSTI1 OCCURS 0 WITH HEADER LINE,
         T_OBJTXT LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE,
         T_OBJBIN LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE,
         T_RECLIST LIKE SOMLRECI1 OCCURS 0 WITH HEADER LINE.
    DATA: w_filesize TYPE i,
          w_bin_filesize TYPE i,
          wa_ctrlop TYPE ssfctrlop,
          wa_outopt TYPE ssfcompop,
          WA_BUFFER TYPE STRING,          "To convert from 132 to 255
          WA_OBJHEAD TYPE SOLI_TAB,
          WA_DOC_CHNG TYPE SODOCCHGI1,
          W_DATA TYPE SODOCCHGI1.
    DATA: form_name TYPE rs38l_fnam,
          V_LINES_TXT TYPE I,
          V_LINES_BIN TYPE I,
          nast-spras type sy-langu value 'DE'.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
      EXPORTING
        FORMNAME                 = 'ZSR_DEMO1'
      VARIANT                  = ' '
      DIRECT_CALL              = ' '
    IMPORTING
       FM_NAME                  = form_name
    EXCEPTIONS
       NO_FORM                  = 1
       NO_FUNCTION_MODULE       = 2
       OTHERS                   = 3
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    wa_ctrlop-LANGU = nast-spras.
    wa_ctrlop-getotf = 'X'.
    wa_ctrlop-no_dialog = 'X'.
    wa_outopt-tdnoprev = 'X'.
    CALL FUNCTION form_name
      EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
       CONTROL_PARAMETERS         = wa_ctrlop
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
       OUTPUT_OPTIONS             = wa_outopt
       USER_SETTINGS              = 'X'
        MYDATE                     = p_date
        REASON                     = p_rea
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
       JOB_OUTPUT_INFO            = t_otfdata
      JOB_OUTPUT_OPTIONS         =
    EXCEPTIONS
       FORMATTING_ERROR           = 1
       INTERNAL_ERROR             = 2
       SEND_ERROR                 = 3
       USER_CANCELED              = 4
       OTHERS                     = 5
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    t_otf[] = t_otfdata-otfdata[].
    CALL FUNCTION 'CONVERT_OTF'
    EXPORTING
       FORMAT                      = 'PDF'
       MAX_LINEWIDTH               = 132
      ARCHIVE_INDEX               = ' '
      COPYNUMBER                  = 0
      ASCII_BIDI_VIS2LOG          = ' '
      PDF_DELETE_OTFTAB           = ' '
    IMPORTING
       BIN_FILESIZE                = w_bin_filesize
      BIN_FILE                    =
      TABLES
        OTF                         = t_otf
        LINES                       = t_lines
    EXCEPTIONS
       ERR_MAX_LINEWIDTH           = 1
       ERR_FORMAT                  = 2
       ERR_CONV_NOT_POSSIBLE       = 3
       ERR_BAD_OTF                 = 4
       OTHERS                      = 5
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    loop at t_lines.
    TRANSLATE t_lines USING '~'.
      CONCATENATE WA_BUFFER T_LINES INTO WA_BUFFER.
    ENDLOOP.
    TRANSLATE WA_BUFFER USING '~'.
    DO.
      t_RECORD = WA_BUFFER.
      APPEND t_RECORD.
      SHIFT WA_BUFFER LEFT BY 255 PLACES.
      IF WA_BUFFER IS INITIAL.
        EXIT.
      ENDIF.
    ENDDO.
    Attachment
    REFRESH: T_RECLIST,
    T_OBJTXT,
    T_OBJBIN,
    T_OBJPACK.
    CLEAR WA_OBJHEAD.
    T_OBJBIN[] = T_RECORD[].
    Create Message Body Title and Description
    T_OBJTXT = 'test with pdf-Attachment!'.
    APPEND T_OBJTXT.
    DESCRIBE TABLE T_OBJTXT LINES V_LINES_TXT.
    READ TABLE T_OBJTXT INDEX V_LINES_TXT.
    WA_DOC_CHNG-OBJ_NAME = 'smartform'.
    WA_DOC_CHNG-EXPIRY_DAT = SY-DATUM + 10.
    WA_DOC_CHNG-OBJ_DESCR = 'smartform'.
    WA_DOC_CHNG-SENSITIVTY = 'F'.
    WA_DOC_CHNG-DOC_SIZE = V_LINES_TXT * 255.
    Main Text
    CLEAR T_OBJPACK-TRANSF_BIN.
    T_OBJPACK-HEAD_START = 1.
    T_OBJPACK-HEAD_NUM = 0.
    T_OBJPACK-BODY_START = 1.
    T_OBJPACK-BODY_NUM = V_LINES_TXT.
    T_OBJPACK-DOC_TYPE = 'RAW'.
    APPEND T_OBJPACK.
    Attachment (pdf-Attachment)
    T_OBJPACK-TRANSF_BIN = 'X'.
    T_OBJPACK-HEAD_START = 1.
    T_OBJPACK-HEAD_NUM = 0.
    T_OBJPACK-BODY_START = 1.
    DESCRIBE TABLE T_OBJBIN LINES V_LINES_BIN.
    READ TABLE T_OBJBIN INDEX V_LINES_BIN.
    T_OBJPACK-DOC_SIZE = V_LINES_BIN * 255 .
    T_OBJPACK-BODY_NUM = V_LINES_BIN.
    T_OBJPACK-DOC_TYPE = 'PDF'.
    T_OBJPACK-OBJ_NAME = 'smart'.
    T_OBJPACK-OBJ_DESCR = 'test'.
    APPEND T_OBJPACK.
    CLEAR T_RECLIST.
    T_RECLIST-RECEIVER = 'MAIL-ID'.
    T_RECLIST-REC_TYPE = 'U'.
    APPEND T_RECLIST.
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
      EXPORTING
        DOCUMENT_DATA              = WA_DOC_CHNG
        PUT_IN_OUTBOX              = 'X'
        COMMIT_WORK                = 'X'
      TABLES
        PACKING_LIST               = T_OBJPACK
        OBJECT_HEADER              = WA_OBJHEAD
        CONTENTS_BIN               = T_OBJBIN
        CONTENTS_TXT               = T_OBJTXT
        RECEIVERS                  = T_RECLIST
      EXCEPTIONS
        TOO_MANY_RECEIVERS         = 1
        DOCUMENT_NOT_SENT          = 2
        DOCUMENT_TYPE_NOT_EXIST    = 3
        OPERATION_NO_AUTHORIZATION = 4
        PARAMETER_ERROR            = 5
        X_ERROR                    = 6
        ENQUEUE_ERROR              = 7
        OTHERS                     = 8.
    IF SY-SUBRC <> 0.
      WRITE:/ 'Error When Sending the File', SY-SUBRC.
    ELSE.
      WRITE:/ 'Mail sent'.
    ENDIF.
    and i thought of one more soluyion u can write
    wa_ctrlop-langu = T002-spras. i think it will also help for u.
    revert back if any questions.
    please reward me if helpful.
    gupta.pullipudi

  • How to display Forms messages in other language?

    Hi Folks
    I have installed Forms and Reports Services 10g (9.0.4.0) in a Linux RHAS3 box
    and deploy my applications with IE, the messages are in English (e.g.
    frm-40100: At first record) now I want to change to Spanish.
    I try to modify the default.env, with the follow variables:
    NLS_LANG=SPANISH_SPAIN.WE8ISO8859P1
    NLS_LANG=LATIN AMERICAN SPANISH.WE8ISO8859P1
    and restart the OC4J_BI_FORMS component, but the message don't change to
    Spanish.
    Please, could you say me in which file I have to change the NLS_LANG? and which .msb file I need to display the messages in other language?
    Thanks and regards,
    Wilson

    Hi,
    1. Set the nls_lang=language_territory.characterset in the default.env or any
    custom .env file.
    2. Check whether the required language's .msb file exists in
    <iAS_MidTier>\forms90
    Note: With 9iAS rel 1 all the supported language’s .msb files are installed by
    default. For 9iDS and 9iAS rel 2 and above this has to be done explicitly by selecting the "Product Languages" option.
    3. The Locale of the Client PC (Windows), which displays the Form in browser,
    has to be set to the same nls_lang. Only then you would be able to see the
    Form's characters in that language.
    Best Regards,
    Eugen Misailescu

  • To see reviews in other languages

    Hi there!
    I have a suggestion for the iTunes store / App store: please let the user see reviews in other languages. When your language is other than English, many products  have (almost) no reviews available, and you wish you could at least see those available in other languages you know. This feature would be so easy to add. Thanks!
    Tron

    Hi;
    Please check below and see its helpful:
    Oracle Reports Documentation
    http://www.oracle.com/technology/documentation/reports.html
    Oracle Forms Developer and Forms Server Documentation
    http://www.oracle.com/technology/documentation/forms.html
    Oracle Reports
    http://download.oracle.com/docs/cd/B14099_19/bi.1012/b14364.pdf
    Regard
    Helios

  • IFS Manager in other languages??

    Dear friends,
    I've read about Oracle Internet File System Manager at http://download-uk.oracle.com/docs/html/A97359_01/appladmi.htm#1004903 and it looked great to me.
    Does anybody know if this tool is available in other languages (Brazilian Portuguese mainly!) or just in English?
    TIA,
    Vinícius

    New since CR 9 is unicode support: http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=http--supportbusinessobjectscom-communityCS-TechnicalPapersNoNav-cr9whatsnewpdfasp&sliceId=&dialogID=24286720&stateId=1 0 24288668
    "Unicode support means that the program code level in Crystal Reports is able to recognize language
    characters that are based on Unicode.
    Unicode is used to display double-byte characters such as the Chinese and Japanese character sets.
    This enables you to create Crystal Reports that can display right-to-left languages and multiple
    languages in a single report."
    So if your data is in unicode Crystal will be able to properly display the various languages.
    If you wanted one single report to be viewed in different languages, then static strings in the report would need to be converted into formula fields which changes the text into the appropriate language based on a language parameter.  Some strings could not be handled in this manner though such as custom prompting strings.

  • Printing Pro*C Outputs with Other Language Text and PCL

    Hi,
    Since I did not find any separate forum for Pro*C, I am posting my query in this forum.
    In our application, using Pro*C programs we are generating reports. These reports contain other language characters such as Arabic, Thai along with printer control characters (PCL). Earlier for the reports that contains only English characters, we have used C program to print the document and now we could not use the same C program because of the presence of other language characters in the output (when the old C program is used for printing, the other language characters are printed as junk).
    Can anyone update me about the options that are available in C or VB or any other third party printing program to print the documents generated in other language as well as with printer control characters.
    Thanks in advance.
    Best Regards,
    Ganesan

    Hey Thanks .
    Does that mean I will put 1900 as character set in that device type and assign it to printer and then print with that ?
    Best
    Ganesh

  • How to translate english into other language in codes?

    Hi Experts,
    Is there any API in ABAP to translate one language into another?
    Thanks

    Hi Vincent,
    There are different ways to translate into other languages.
    For text elements in reports, Menu GOTO -> translation.
    SE63 also you can use depends on the type object/text.
    Let me know if you want more info.
    Regards,
    Manju

  • Any way to set a user's UI Language or Report Locale at Runtime?

    Hi ALL
    I need some guidance. We have a requirement to display a report in either German or English based on the report query result. Is there any way to set a user's UI Language or Report Locale at Runtime? I've read several past blogs and forum posts, but no one seems to have the answer.
    Thank you so much!
    irene

    Here's a workaround if you don't come up with a better answer:
    Function Get-DLSize {
    Param (
    [string]$SourceFile,
    [int]$Timeout=10
    $sb= {
    $clnt = new-object System.Net.WebClient
    $clnt.OpenRead($args[0]) | Out-Null
    [int] $($clnt.ResponseHeaders["Content-Length"]/1mb)
    $clnt.Dispose()
    $PowerShell =
    [PowerShell]::Create().
    AddScript($sb).
    AddArgument($SourceFile)
    ($Timer = New-Object diagnostics.stopwatch).Start()
    $job = $PowerShell.BeginInvoke()
    While ($timer.Elapsed.TotalSeconds -lt $Timeout)
    if ($job.IsCompleted)
    $PowerShell.EndInvoke($job)
    $PowerShell.Dispose()
    Return
    else { Start-Sleep -Milliseconds 500 }
    Write-Warning "Timed out getting $SourceFile"   $PowerShell.EndInvoke($job)
        $PowerShell.Dispose()
    [string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "

  • Other Receipt Applications Report

    Hello Every one..
    I am having a one issue .. and i am not able to resolve it,,,
    my prblm is when i am running the 'Other Receipt Applications Report' its showing the error..
    Its a BIDI char set
    Its not a BIDI language
    Error executing cursor.
    ORA-06502: PL/SQL: numeric or value error: NULL index table key value
    ORA-06512: at "APPS.FA_RX_PUBLISH", line 2157
    ORA-06512: at line 1
    Unable to execute cursor
    How i can resolve it ???
    My Application version is 12.0.6
    Edited by: Muhammad Arsalan on May 9, 2010 11:08 PM

    Hi,
    Please see these documents.
    Note: 981976.1 - 12.1.1: ARRXUNAC Unapplied and Unresolved Receipts Register ends with error : ORA-06512: AT "APPS.FA_RX_PUBLISH"
    Note: 457753.1 - APP-FND-00806 Unapplied And Unresolved Receipts Register
    Note: 563385.1 - Why Rxi Reports Fail with Default Value "APP-FND-00806" and NULL index table key value
    Thanks,
    Hussein

  • IPhone and other languages besides English

    Hi all,
    Hope you're enjoying your new iPhones. can you confirm the integration of other languages? I mean besides displaying in email and safari. Can you actually switch the localization of the OS to another language? I'm particularly interested in being able to use an iPhone in Japanese (日本語). Can anybody confirm that it's at least viewable too in browser and email?
    Thanks!

    Can you
    actually switch the localization of the OS to another
    language?
    I don't have the phone but the reports I've had indicate localization and input are English only for this version.
    to use an iPhone in Japanese (日本語). Can anybody
    confirm that it's at least viewable too in browser
    I have a report that the browser can display Latin, Greek, Russian, Chinese, Japanese, and Korean. Presumably other apps would do the same, but no definite info yet.
    Scripts which Tiger can do but iPhone cannot appear to include Vietnamese, Arabic, Hebrew, Thai, Hindi, Tamil.

  • JSAPI - other languages than English; MIDlet - settings loading; JSAPI - al

    Hello!
    I need to create application which uses speech recognition. At first I thought about using CMU Sphinx (PocketSphinx or, possibly, Sphinx4). Later I thought about JSAPI. (Sphinx somehow uses JSAPI but I don't know what is the difference between JSAPI and Sphinx).
    I have read almost all (up to 6.7.9) of the following tutorial: http://java.sun.com/products/java-media/speech/forDevelopers/jsapi-guide.pdf. Unfortunately I couldn't've found one important thing, i.e. how to create acoustic model for other language than English?
    Thanks in advance for your answers :-)!
    PS There are some other things which I'd like to know:
    1) How to load some settings from file (I guess nowadays configuration files are created with the use of XML but I dunno)?
    2) How to maintain algorithm which is used by MIDlet which involves JSAPI? I mean there are some different things which my MIDlet needs to do. I guess it is good habit to divide different goals into separate parts of code (due to object-oriented programming).
         In my case there are some different things:
         a) speech recognition of audio input, i.e. changing input audio stream into output text string
         b) analysis of that text string and according to this string choosing the proper transition in my algorithm
         In general I have written my algorithm on sheet of paper and it takes about ten A4 sheets of paper. Because of it I thought there should be some way to write this algoritm maybe outside the code, in some kind of file which would contain this algorithm. Maybe there is other good way to implement this algorithm, not necesarilly in the code.
         c) sending of results through httpconnection with the use of POST method
         d) receiving in on TomCat on server
    3) Which method should I use to receive the recognized speech? I found these:
         a) FinalRuleResult, b) Result -> getBestToken, c) getSpokenText, d) ResultToken of RuleGrammar
    4) Can you give me any full examples of JSAPI usage? (Not just short parts of code like in this JSAPI guide)?
    Greetins :-)!

    Praveen, Yes the infoobject is language dependent.  The problem did not happen in BWQ but came up in BWP.  so I am not sure at this time what is causing in production that didn't happen in BWQ.
    Thanks,
    Syed.

Maybe you are looking for