Urgent : How to manage language translation in BSP iViews

Hi All,
I am required to maintain my Poratl in bi-lingual ie (German and English) language.
Now my Portal has got BSP  iViews.
Through OTR I can maintain both English and German texts for translation in the BSP application.
When one logs in through R/3 system and executes the BSP application then depending on the sy-langu value the text is dispalyed in EN or DE.
But if I log in through the portal how do I get the User language maintained in UME and depending on that do the translation of the BSP iViews.
Please guide me through this.
Waiting for your reply,
Thanks & regards,
Sweta

You can modify the default portal language or even force a language for all users by modifying the following file :
<J2EE root>\WEB-INF\portal\system\properties\prtDefault.properties
Look at the following lines :
This is the default language to be used when none is specified
request.defaultlanguage=en
request.defaultcountry=us
If you prefer to have the same language for all users no matter their user locale, change the lines to this :
This is the default language to be used when none is specified
request.mandatorylanguage=en
request.mandatorycountry=us

Similar Messages

  • How to manage language list in oracle bi logon page?

    Hello All!
    Can any one explain in detail, how "Select a Language" drop-down list is populated? How to exclude all but two languages from the list in BI 10g?
    It is well documented how to add languages, but this seems not to work in reverse. That is, deleting l_xx folders and modifying .xml files do not help.
    All that I see now, is that list is populated by <sawm:param input="3"> of a webmessage kmsgLogonLanguageForm in logoncontrolmessages.xml, but it is not clear to me, how it works in detail.
    Any help will be appreciated!
    Thanks in advance!
    A.K.

    Hello,
    in my instanceconfig.xml file there is no tag "AllowedLanguages".
    I is this the right path at all to the instanceconfig.xml file?:
    C:\oracle\MiddlewareBI\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1
    I tried to put the changed tags in the instanceconfig.xml on several places. But it doesn`t work.
    On which level in the instanceconfig.xml file must i put it in?
    Do i have to put other tags around them?
    I only need two languages:
    <AllowedLanguages>en,de</AllowedLanguages>
    Because in the doc "System Administrator's Guide for Oracle Business Intelligence Enterprise Edition 11g Release 1 (11.1.1)" on page 22-4 there is an error:
    <ServerInstance>
    <DefaultStyle>myStyle</DefaultStyle>
    <DefaultSkin>mySkin</DefaultSkin>
    </ServerInstance>
    But it should be:
    <ServerInstance>
    <UI>
    <DefaultStyle>myStyle</DefaultStyle>
    <DefaultSkin>mySkin</DefaultSkin>
    </UI>
    </ServerInstance>
    Can someone help please?
    Best regards
    Heidi

  • Urgent: how to manage balance in forms 10g??

    hello,i am new to oracle and im working on a project i have created a table for student fees and school expenses .
    i want that when student pay fee it amount to to another table called balance table and it automatically update every time and when school management add new expense amount it subtract the amount from balance and update table
    balance..
    can any one help me in this i will appreciate that ???

    check this
    http://www.oracle.com/technology/products/forms/htdocs/webutil/WebUtilFAQ.htm
    Rajesh Alex

  • How can we make language translation in sap script?

    Hi expert,
    Based on language i have to display text in sap script form.
    please i like to know how to maintain language translation in sap script.
    manually i am handling the language text in print program.
    like below.
    if language = 'EN'
       text in english.
    endif.
    if language = 'DE'
      text in German.
    endif.
    good points will be given for proper answer.
    Thanks and regards,
    Pavan.

    Hello there!
    If those texts are static, you can use the following procedure (to translate your text elements):
    Go to SE63, then in the menu follow this path:
    Translation->ABAP Objects->Other Long Texts->FS (forms and styles)->FORM (Forms)
    This will transport you for a screen where you can choose the script (Object -> field Object Name). Press Enter. If says object not found, it's because the source language is wrong (box below named translation -> field source language --- press F4 to change it)
    After this, you'll navigate (after pressing Enter with correct language in source and choosing a correct one in target) to the transaltion screen. You'll have you text elements, original on top, your transalation below.
    If those texts are dynamic, I believe you have to do the way you are doing.
    Hope this helps.

  • Language Translation in Xcelsius based on Infoview language settings

    Hi,
    Could you please tell me how to do language translation in Crystal Xcelsius.
    I built the dashboard using WebI Report in English version.
    The client wants to view the Dashboard in French.
    Also, the client donu2019t want to have 2versions of the dashboard i.e. in English and French.
    Please let me know if there is any issues.
    Thanks

    Hi,
    Thanks for your quick reply.
    Can you please tell me the workarounds that needs to be done here.
    I have a single WebI Report where based on the Infoview preferences setting the report displays either in English or French.
    Let me know how to do the same in Xcelsius Dashboard. In Excel do we have any such function?

  • Anonymous BSP iview on EP 7.0 throws exception

    hi
    we are in ramp for NW04s and we are in the process of migrating our current Erecruite content from NW04 SPS14 to NW04s SPS7.
    we have a few BSP iviews that access an erecruite BSP application. it all works fine as long as we access content as authenticated users. however when this content is assigned to the group Anonymous Users we get the following error for only iviews accessing the com.sap.portal.appintegrator.sap.BSP component.
    <b>we get the following error</b>
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.eac.EAC/com.eac.eRecruite/com.eac.Roles_0/com.eac.Candidate/com.eac.content.EAC.eRecruite.Pages.Login_2/com.eac.content.EAC.eRecruite.iViews.Login_2
    Component Name : com.sap.portal.appintegrator.sap.BSP
    Exception in SAP Application Integrator occured: ApplicationIntegratorException.
    Exception id: 04:39_17/05/06_0022_17597350
    See the details for the exception ID in the log file
    <b>this is what i have in the logs:</b>
    Caused by: com.sap.security.api.umap.NoLogonDataAvailableException: Can't provide the user's SAP logon ticket because there is no existing logon ticket. Is it possible that the user has not been authenticated?
         at com.sap.security.core.umap.imp.UserMappingDataImp.getAuthenticationTicket(UserMappingDataImp.java:1850)
         at com.sap.security.core.umap.imp.UserMappingDataImp.enrich(UserMappingDataImp.java:464)
         at com.sapportals.portal.appintegrator.accessor.ume.UMEAccessor.getTicket(UMEAccessor.java:91)
         ... 34 more
    #1.5#000F20D07FCB0071000000110000148000041402EE9453FA#1147902732269#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#J2EE_GUEST#2####6570d9d0e5ef11da9bb9000f20d07fcb#SAPEngine_Application_Thread[impl:3]_11##0#0#Error#1#/System/Server#Java###Exception ID:03:52_17/05/06_0017_17597350
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/com.eac.EAC/com.eac.eRecruite/com.eac.Roles_0/com.eac.Candidate/com.eac.content.EAC.eRecruite.Worksets.Login/com.eac.content.EAC.eRecruite.Pages.Candidate/com.eac.content.EAC.eRecruite.iViews.Login
    Component class : com.sapportals.portal.sapapplication.SAPApplicationIntegratorComponent
    User : J2EE_GUEST
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: ApplicationIntegratorException
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:121)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:96)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         ... 29 more
    we have assigned the authentication scheme 'anonymous' for all content and set the permissions.
    is this a bug in EP 2004s SPS7 portal or we are misssing something.
    any help would be greatly appreciated
    thanks

    Hi Rahul,
    How did you manage to resolve the BSP iView error for anonymous access ?
    We are facing the same issue after we patched our portal NW04s to SP09.
    The configuration was working until SP06, but the moment SP09 is put in place - the config is broken only for Anonymous user it gives us a error.
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.mcgm.fcontent_MCGM/com.mcgm.fHome/com.mcgm.rHome/com.mcgm.pOverview/com.mcgm.iQuickPoll
    Component Name : com.sap.portal.appintegrator.sap.BSP
    Exception in SAP Application Integrator occured: ApplicationIntegratorException.
    Exception id: 09:04_23/11/06_0007_17835450
    See the details for the exception ID in the log file
    Thanks for any help on this.
    Bidhan

  • SAP BSP iview with timeout

    Hi ,
    We have created one SAP BSP iview . Is there a way to set time out only for this view instead of all portal application  ?
    Pl. let me know if anybody has any idea or hint.
    Best Regards,
    Arpit.
    Edited by: Arpit1983 on Jan 25, 2011 8:57 PM

    Hi ,
    in SICF -->BSP we do have Session timeout for a stateful connection . But how about stateless connection.
    if we have iview for this BSP , can we set timeout only for this iview.
    In our case, we need to give 40 min to user to fill the form ( i.e BSP iview ) . How to set this timeout for BSP iview
    Regards,
    Arpit
    Edited by: Arpit1983 on Mar 5, 2011 7:46 AM

  • Hi someone, I went to muse theme and browse widgets to find the toolbox 024 of google language translator, i saw the video explaining how to manage the widgets but now where can i found it to include it in my website because the french version of muse don

    Hi someone, I went to muse theme and browse widgets to find the toolbox 024 of google language translator, i saw the video explaining how to manage the widgets but now, where can i found it to include it in my website because the french version of muse don't have several free widgets for people like me who pay every month the application.Thanks

    I'm not aware of a free translator widget.
    I found these...
    Website Translator 
    Translator Widget  $6.99 for the widget
    Adobe Muse TB024 Widget | MuseThemes.com  $69/year Includes everything | I signed up for this and it's been well worth it, they have new themes & widgets every month.

  • HT4009 I just purchased a language translator app for $.99. Is this a monthly or weekly fee? If so will I be notified and billed at renewal?  How do I cancel it if and when I decide to do so?

    I just purchased a language translation app for $.99  Can someone tell me is this a weekly, monthly or annual bill?  Will I be notified of a renewal option prior to renewal?  How does one cancel the subscription if not satisified with it?  Thanks for your help!

    PA Dennis wrote:
    I was just inquiring as to how long these paid for apps are good for?
    If you do have any apps that are sold on subscription basis, you can manage that subscription by going to iTunes > Store > View My Account > Settings > Subscriptions > Manage.
    I have never seen an app similar to what you have purchased which was not just "pay-once".  I think Google Translate does the same thing for free even.

  • How can i use JS files in ADF for language translation.

    Hi,
    I have JS for different languages and dn't want to convert them to property files(resource bundle files). How can i use JS files in ADF for language translation.
    Thanks

    Hi ILya Cyclone,
    Thanks alotfor the reply. Can you tell me where should i include this in the jspx page.
    Step 1)
    I have the js file as js/ifl_messages_US.js and i created a resource file as you mentioned: JS_FILE_PATH=js/ifl_messages_US.js
    Step 2)
    Then added the entry in faces-config.xml for the resource file as follow:
    <resource-bundle>
    <base-name>resource_en.properties</base-name>
    <var>resource</var>
    </resource-bundle>
    <locale-config>
    <supported-locale>en</supported-locale>
    </locale-config>
    Step 3) This is my jspx page. In which a table is dynamically created on page load. Can you help me where should i enter the "#{resource.JS_FILE_PATH}"
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1">
    <af:messages id="m1"/>
    <af:resource type="javascript" source="/js/pdfFile.js"/>
    <af:form id="f1">
    <input type="hidden" name="checkRadio" id="checkRadio" value=""/>
    <af:panelGroupLayout id="pgl1" halign="left" layout="vertical">
    <af:image source="/images/BRAND_IMAGE.gif" id="i1"/>
    </af:panelGroupLayout>
    <af:spacer width="10" height="10" id="s1"/>
    <af:table varStatus="rowStat" summary="table"
    value="#{backingBeanScope.DummyBean.collectionModel}"
    rows="#{backingBeanScope.DummyBean.collectionModel.rowCount}"
    rowSelection="none" contentDelivery="immediate" var="row"
    rendered="true" id="t1" styleClass="AFStretchWidth"
    binding="#{backingBeanScope.DummyBean.myTableBinding}"
    columnResizing="disabled">
    <af:column id="c2" headerText="Actions">
    <af:activeOutputText value="#{row.Actions}" id="aot2"/>
    <af:goLink text="#{row.Actions}" id="gl1"
    clientComponent="true" visible="false"/>
    <af:selectBooleanRadio text="" id="sbr1"
    valueChangeListener="#{backingBeanScope.DummyBean.checkselectbox}">
    <af:clientListener method="selectCheckBox" type="click"/>
    </af:selectBooleanRadio>
    </af:column>
    <af:forEach items="#{backingBeanScope.DummyBean.columnNames}" end="#{backingBeanScope.DummyBean.columnSize}"
    var="name" begin="1">
    <af:column sortable="false" sortProperty="#{name}"
    rowHeader="unstyled" headerText="#{name}"
    inlineStyle="width:100px;" id="c1">
    <af:activeOutputText value="#{row[name]}" id="aot1" escape="false">
    </af:activeOutputText>
    <!-- <af:outputFormatted value="#{row[name]}" id="of1"/>-->
    <!--<af:goLink text="goLink 1" id="gl1"
    destination="#{row.bindings.url.inputvalue}"/>-->
    </af:column>
    </af:forEach>
    </af:table>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    Thanks in advance

  • URGENT:how can we translate/transport sapscript in the orig lang EN to PT?

    Hi,
    I have a very urgent requirement of converting a whole sap script which is present in English to Portuguese? This is v urgent..
    Please help me out.
    Regards,
    Priya

    If it's very urgent you may save time by searching the forum first.
    Anyway, I found the following which might be useful;
    Regarding Sapscript language translation  from Russian laguage to english

  • How to TRANSPORT SMARTFORMS LANGUAGE TRANSLATIONS

    Hi,
    Would anyone know how I will be able to transport to a different system the Language translations I defined for my SMARTFORM?
    I observed that I am not asked for a Transport when I define the Translations in SE63
    THanks!

    Hi,
    Is there a separate transport for the Translation?
    Or this is already included in the SAP SMART FORM Transport?
    (I could not find/see the transport for the translation.)
    Thanks!

  • SMARTFORMS - language translation (urgent)

    Hi,
    I developed a smartform in English language. Now I want to translate this form into Finnish language. So, I went to SE63->Translation->R/3->Other long texts->Forms and styles->SSF. Provided the form name, source and target languages clicked the Edit button. In the edit screen, I inserted the translated hardcoded text in the target form. Then clicked save and activate. It says saved and activated.
    My question is, how to checked the tranlated form now?
    Anyone please let me know the proceedure. I will appreciate the help with points. Thanks

    Please note that there is no need to create a smartform in multiple languages as we are doing in SAP scripts.
    You can Copy the smarttform by setting a flag in smartforms :
    Use T/code : SMARTFORMS --> enter Samrtform name --> Form Attributes --> General Attributes > Language attributes> Language--> Translate to selected langauges/all langauges.
    For Translations :
    Please use T/code SE63> Translation(Menubar) > R/3 Enterprise>Other long texts> SSF (Smartforms)>Enter Samrtformname-> Define source language and target langauge.
    or
    se63 -> translation -> R/3 Enterprise -> other Longtexts -> Smartforms -> select your form
    -> translate
    Hope this will help you.

  • Language Translation in BOXI

    Hi,
    I have developed the WebI Report in english language.
    I have users from other countries where they want to view the report in other languages.
    When the user change the Infoview Web browser Preferences to Spanish, the report is still visible in English.
    I am using BOXI3.1, WebI Report, Oracle database.
    Also I have installed language package.
    Could you please tell me the procedure how can I acheive this.
    Thanks
    Sreekanth

    >
    Amr Salem wrote:
    > one hint, you can use the translation manager to translate the static text in your reports, such "report name"
    > query name
    > but you can not translate the data which will come from the database
    >
    > good luck
    Amr,
    do you mind explaining how one would translate the static text? I have imported my Webi report into Translation Manager but all I seem to be able to translate are Query names and Report Names. I can't find any reference to free cells in my reports.

  • Graphics in Language Translation

    Platform: WinXP 64-bit / Adobe CS5 Design Premium
    Hi,
    Is there a preferred method for handling graphics (and leaders/callouts) in InDesign for language translation? And while I'm at it, ditto for content reuse.
    I realize that translation & single-sourcing are two gigantic topics so I'll keep this question basic. In the screenshot I pasted below, the top graphic was done in Illustrator - including the leaders and callouts - and pasted as a whole into InDesign.
    The bottom graphic was placed into InDesign minus the leaders & callouts, which were then added directly in InDesign.
    We are looking into translating our manuals into four or five languages; being new to this, we'd like to know if one method of placing graphics/leaders/callouts is better than the other to facilitate language translation.
    As far as single-sourcing goes, I'm at a loss as to which would work better. If I select a callout that was added in InDesign and view it in the story editor, obviously only that callout shows up. Any callouts are assigned a paragraph style; I've imported docbook & started creating a mapping of paragraph styles to basic xml tags. Ok the more I look at this babble I'm going to nix this part of the question...
    If you've dealt with graphics & callouts in language translations (successfully or not) I would love to hear from you. Thanks!
    Dan

    First off - as usual, Bob is dead right about XP64. InDesign isn't the only relevant application to be known to be wonky on XP64 - most of the the translation memory tools I've used have also been reported to behave in unpredictable ways on XP64. However, when InDesign drops the ball, you can tell - this is not always the case when your Chinese text (that you can't read) is slowly being corrupted by your TM tool.
    Anyways, I am the nerd-of-all-trades in a language service provider, and I'd have to say that the answer to your question would require some serious investigation into your workflow - investigation that, to be completely frank, would only be worthwhile to someone who was going to get paid at the end. First you'd have to ask the question "Are we jobbing the whole deal out to a third party, or are we going to do some of the work in-house?" This has a sheaf of attendant questions ("Are we relying on our language service provider to maintain translation memories for us, or are we going to do it ourselves?" "To what extent do we already have the linguistic expertise in-house?" "To what extent are our layout jockeys going to want to learn to manage this stuff?") and each one of those answers leads to a decision-tree that requires still more answers in order to get to answers.
    I deal with all kinds of files, some built with XML-driven content management in mind, others made by people who learned on Publisher and draw a separate text box for each paragraph. Each kind of document-construction strategy has advantages and drawbacks, and "where are the captions?" is surprisingly deep. You could use the Captions feature in ID - but that kind of in-ID automation has consequences for the translation team, depending on whether they're using a translation tool to process the IDML files, or if they're working directly in ID, or if they're threading stories and running text out in RTF format, or if they're checking out stories with InCopy or etc. etc. etc.
    Big tech-translation firms have the resources to start answering these questions for you, because they want your money.   If you know how far you're going to go w/r/t outsourcing vs. in-house content management, start shopping around and their sales guys will happily promise you all kinds of impossible services. If you want an independent point of view, you actually want someone to sit down with you, closely examine your current monolingual workflow, discuss the linguistic resources you want to bring to bear on it, and then think about how you're doing your captions. Just don't do your images as TIFFs so the poor ol' DTP jockey has to open up 1000 tech diagrams in Photoshop and manually erase the rasterized captions and re-make 'em in Illy or ID; that way you won't rack up unnecessary DTP charges.
    But, with all three paragraphs of disclaimer above, I can say this: You'll most likely (uhh, 80% chance?) be better off if you can keep all of your text in final layout format in a single application. That might be InDesign, or frankly, it might be FrameMaker.

Maybe you are looking for

  • Does not having windows xp keep your pc from communicating with an apple airport express base station?

    Does not having windows xp keep your pc from communication with an apple airport base station?

  • How to retrive the deleted entries in the ztable

    please let me know how to retrive the deleted entries in the ztable.

  • Jdbc-rfc synchronous

    Hi...Experts, we are going to handle  JDBC-RFC Synchronous scenario, how can we proceed, what are the settings are to be required and if u have any example sceanrios pls share with me, it would be very helpfull for me.. thanks in advance, Jain

  • ALV print header

    Hi, I need to print the main header again when the subtotal is printed in the same page, I don´t want to force a new page, Is it possible ? Domingos. Eg:  Page 1 header colum1  colum2 colum3...          x        x     x        subtotal  xxxxxxxxxxxxx

  • Queries about Spice Fire One FX

    I'm looking ahead to buy Spice Fire one MX, one of two FIrefox OS Phones available in India. I have few questions before I continue: 1. Which version of FIrefox OS comes installed in it? 2. Will I be able to update it to V.2 when its released? (I saw