Lack of languages for SMS

When typing SMS the English dictionary is the only one available. Will future versions include other dictionaries?
In addition, it is not possible to forward a SMS and it is not possible to send a SMS to more contacts at the same time. Will these features will be available. Most phones have all this and I was surprised not to find this on the i-Phone.
Thanks,
Joe

This is a user to user help forum only so no one here can answer any of your questions.
You can provide Apple feedback via this link.
http://www.apple.com/feedback/iphone.html

Similar Messages

  • How can I install Dutch language for SMS and other...

    Hello there,
    I got a Nokia 6220c bought in the UK, and now need Dutch language for SMS and other common tasks... how can I get it?
    Many thanks,
    Mariano

    You need to take the phone to a nokia care point and ask them to install it for you.
    Language packs are not available for self install.
    http://europe.nokia.com/support/repair-and-recycle/repair/care-points
    Any methods that you may read about elsewhere will void the warranty and cannot be discussed here.

  • Install language for SMS

    I have an E66 that has a dictionary in English and Arabic for SMSes. I would like to write SMSes in Danish.
    How do I install the software for that?
    I have install the mobile dictionary for Danish but that does not change the possibilities for Danish SMS messages.
    Rgds
    Viggo

    You cannot install a specific language for the predictive text as it is pre-programmed according to your region.
    This is part of the software that is installed on your device and even with an update it will only ever have those two languages unfortunately.
    iPhone 5 32GB
    MacBook Pro Retina 15" Mac OS X Mountain Lion 10.8.4

  • 508- Document Properties - Disabled ..."All of the text on this page lacks a language specification"

    Hi,
    When i try to do 508 check. I got the following error message
    "All of the text on this page lacks a language specification'
    I checked "FILE=>Document Properties". All "Document Properties" are disabled. 
    We are using Adobe LiveCycle Designer ES2 to create this dynamic for and save it as static PDF file.
    Still, we have same issue. I am not sure, how to change or setup the language in adobe livecycle designer es2.
    thank you,

    Ah, I don't know that. "Tables" is a collection, not a simple array, and some careless experimentation shows that you cannot simply use .concat to paste them together.
    I'm pretty sure I've seen a couple of workarounds for a situation like this. Perhaps it's time to read "[CS3][JS] everyItem() and getElements()" -- i.e. Marc Autret's blog posts about this, at the end of that thread.
    That is, if you stick to using everyItem()! Perhaps it's easier to build an array "the old fashioned way". This code is based on my earlier assumption you had textframes-in-textframes, but you can rewrite it to cater for groups as well:
    t = app.layoutWindows[0].activePage.textFrames.everyItem().tables;
    tableList = [];
    for (i=0; i<t.length; i++)
      tableList.push (t[i]);
    t = app.layoutWindows[0].activePage.textFrames.everyItem().textFrames.everyItem().tables;
    for (i=0; i<t.length; i++)
      tableList.push (t[i]);
    alert (tableList.length);

  • Additional language for lifecycle manager XI 3.1 SP3

    Hello, Experts.
    I have lifecycle manager XI 3.1.  I would like to transfer reports, connections and etc. from dev to test and prod in landscape, but my reports have Russian language. In Promotion Jobs i see "????????????????" instead of Russian names.
    How can i installed additional language for LCM XI 3.1?
    I have installed SP3, but it didn't help me, In folders of SP3 and SP4 i see, that folders with name RU, DE and etc. is empty. Language pack is present only in EN folder.
    Please, help me.
    Regards,
    Denis

    JC:
    It would be good to know information on distributed deployments;
    such as how to handle upgrades on machines that are distributed/firewalled off..and HA machines..etc..
    More information needed on Unix deployment, I always find the guides are weak when it comes to unix information.
    Also:  There needs to a way to communicate clearly; the upgrade scenarios.
    The table of that information was good in the past.
    Example:  IF you are on SP1...then do this
    if you are on SP2 then do this
    if you are on SP1 with any FP do this..etc...
    As many installation scenario that can be covered in a TABLE should be presented...that way you get customer types.
    ALSO;  Information about deployments with SAP customers (BW or ECC)..duh..that is obvious, the SP3 materials should have tons on that, but it's lacking.
    Personally I think there should be a separate SAP IK SP3 upgrade GUIDE!!! why not.....BOBJ and SAP are one right...why not provide MORE info for your customers that are hybrid (SAP + BOBJ)...
    Thanks,
    Dwayne Thomas

  • Italian language for E51

    I bought my E51 in Australia so the region is set for Asia/Pacific. The current languages available on the phone are english, indonesian, malaysian, filipino and vietnamese.
    I also speak Italian and i am travelling to Italy for three months in July. I want to be able to use the italian language on my phone and have an italian T9 dictionary for SMS etc.
    Does anyone know if it is possible to add the italian language onto the phone?
    I have tried google and sent an email to Nokia Care but haven't received a reply yet.

    Phones are shipped with languages for the regions where there are intended to be sold. You can have languages added at Nokia service, but these will be reset to the phone's original selection if you make a software update.

  • Lack of support for Canon G7 and G9. Alternatives?

    I am really disappointed about the lack of support for the Canon G9, and looking at the list of compatible cameras (http://docs.info.apple.com/article.html?artnum=306835) I notice that Canon G7 - even if it does not have a RAW format, is not supported either.
    I am thinking that the purchase of the G9 may have been premature and that I may need to sell it and get another cam that is supported by Apple/Aperture.
    What would you guys do? Is there a cam out there similar to the G9 at the moment that has a Apple-supported RAW format?
    Best regards,
    Kjell Are Refsvik

    I think the camera closest to the G9 that has RAW support from Apple are the Panasonic DMC-LX2/Leica D-Lux 3 twins. Don't know where you are, but in the US, the Panasonic costs about $400. 10MP, 28-112mm (35mm equivalent) Leica lens, very compact body, and RAW output. The Leica costs $599, and has that classic look.
    I don't know much about that cameras, but you may want to investigate.
    Message was edited by: rkkwan
    Message was edited by: rkkwan

  • Database storage of multiple languages for name of a single entity

    Surely I'm not the first person to have this problem, but I can't find many resources on how to solve this. Just some background on what I'm working with, I'm running a web application using the Struts framework with jdk 1.4 on a Weblogic 8.1 server connected to an Oracle 9i database, I'm using DAO for my persistence layer, and I'm not opposed to using any 3rd party software to assist in this task.
    For example, say I have a database of DVDs, My application will retrieve the list of DVDs from the database to display to the user. Depending on the user's Locale I want to display the title of the DVD in that language.
    This is a simple example, but the real-world application is much more complicated. The application is highly configurable meaning that through a configuration application, my internal users can add DVDs at any time, edit the title of the DVD, or add a new language that they want the title to display in, etc. When a customer logs in to the application front-end they will be able to change the language they want the application to display in at any time, and the application will need to reflect that change. The display of constant text like field labels and page text is easy using Struts but its this configurable dynamic text thats a bit more difficult.
    Its obvious to me that I will need to store the multiple languages in the database in some way, I'm thinking of either storage in some xml format, or a new table hanging off the "dvd" table with languages for each dvd. Either of these options would work for my purposes, but I don't want to go reinvent the wheel when this same problem has arleady been solved. If someone could point me in the right direction I would appreciate it

    One common way to handle this is to modify your key for the dvd title to include a locale identifier:
    key dvdtitle
    becomes
    key locale dvdtitle
    Now your db can hold multiple translations of the same dvd title.
    Regards,
    John O'Conner
    Its obvious to me that I will need to store the
    multiple languages in the database in some way, I'm
    thinking of either storage in some xml format, or a
    new table hanging off the "dvd" table with languages
    for each dvd. Either of these options would work for
    my purposes, but I don't want to go reinvent the
    wheel when this same problem has arleady been solved.
    If someone could point me in the right direction I
    I would appreciate it

  • Unable to change language for SAP BW Report Iview

    Dear all
    We are currently rolling out BW Web Templates can be displayed in both EN and MS languages. The language can be changed via the URL that we display, e.g.
    For English Language:
    http://<hostname>:<port>/sap/bw/BEx?SAP-LANGUAGE=EN&cmd=ldoc&template_id=ZTEST
    For Malay Language :
    http://<hostname>:<port>/sap/bw/BEx?SAP-LANGUAGE=7&cmd=ldoc&template_id=ZTEST
    We have published these templates into Ent. Portal 6 using SAP BW Report Iview, but unfortunately we cannot view the report in the Malay language (SAP-LANGUAGE=7), even though we have inserted the command SAP-LANGUAGE=7 in the SAP BW Report Iview query string. All the reports, although defaulted to SAP-LANGUAGE=7 displays in English. We also tried to set the language settings for the Iview, but there are no language 7 or MS in the Iview. It can only be defaulted to the Portal’s language, which is English.
    Note that the reports can be viewed in the different languages if we using the URL separately outside of Portal, and also within BW Bex Analyzer itself. Only the Portal doesn’t allow us to view the reports in MS language.
    Can someone help us on this matter? All helps really appreciated. Thanks a lot.

    Hi Chris,
    That's a bit odd indeed. If I understand your question correctly, you do get the BW reports in the correct language (either English or Malay) using the url's in your post but not when using them within a standard BW report iView?
    The language setting for the iView has, unfortunately, nothing to do with the language for the content itself but can you tell me what the requested URL is for both Reports?
    The BW Report iView is based on the Application Integration Component that generates the URL based on the paramaters you provide in the BW report iView.The following template is being used: <iView[PORTAl_URL]>?System=<System[url_Encode]>&Report=<Report>&DynamicParameter=<DynamicParameter[url_Encode]>. I could be that the generation of the URL fails due to the 7 (don't know why, just a gut feeling because it's the only thing that's different between those urls). You could try to use create an iView based on the Application Integrator instead (some more control over the URL template) but first you need to check whether the URL generated by the iView is correct.
    Cheers!
    Frodo
    P.S: Award points if you find this useful

  • Purchasing additional languages for movies on Apple TV

    Hello,
    We are a multilingual family, and are trying to promote the use of all our languages to our kids, French, Italian and English. We use the Apple Tv extensively, and I was wondering if there is an option to purchase aditional languages for movies on the Apple TV.
    for example we purchase kids movies on the French itunes store and it includes both french and english languages, but not italian. However that same movies is available on the italian itunes store in italian. However since I have already purchased the movies i don't want to buy them all again on the italian itunes store. That would cost too much, but also we would have duplicates of our movies and in seperate itunes store accounts just to be able to watch them in different languages. This would be very inconvenient. In other cases, some movies on the french itunes store only have french as the language, however the english and italian languages are again available in the english and italian itunes store respectively.
    The world is becoming ever more international and multilingual, and access to languages should not be so complicated. In fact Apple has always been a pioneer in offering all languages on their Mac OS and iOS, embracing the multilingual spirit.
    IT would be extremely useful, if we could add aditional languages to an already purchased movie.
    thank you for your help, if you have a solution to my problem.

    To have Apple see your request, you should repost it at
    http://www.apple.com/feedback
    In the meantime, you might want to see whether other stores offer movies with more languages included.

  • How to maintained the Text  language for CKF keyfigure

    Dear All,
    Please let me know how to maintained the text language for CKF I am using only keyfigures in CKF.
    Issue is text is not showing in Spain language when user exeuted the report (longin Spain) for CKF keyfigures .
    As per report design there are formuals and direct keyfigures and CKF has defined and we keep it under in Row struture in the report.
    After exeuted the report (Login Spain)Text has converted in all languages along with spain except for CKF keyfigures.
    Issue in text CKF's:
    There is a main  CKF (Cost) under this again we defined two sub CKF's those are total cost and average cost. We able to see the text in Spain language for Main CKF(cost) and also cheked in RSZELTTXT(Texts of reporting component elements) for the same.
    We can able to see the text in all languages for main CKF(cost) and enteries are there in RSZELTTXT table.
    We can see only  the text in english for  total cost and average cost and also enteris are there only in EN in RSZELTTXT table.
    It would help to me if any one can answer my question.
    Thanks in advance .
    Regards,
    MQ

    U can fetch the texts for the items using
    Read_text.
    Example:
        g_f_tdname = xvttp-vbeln.
        g_f_obj = p_obj.
        g_f_langu = 'DE'.
        REFRESH g_t_lines.
        CLEAR g_t_lines.
        CALL FUNCTION 'READ_TEXT'
             EXPORTING
                  id                      = p_var
                  language                = g_f_langu
                  name                    = g_f_tdname
                  object                  = g_f_obj
             TABLES
                  lines                   = g_t_lines
             EXCEPTIONS
                  id                      = 1
                  language                = 2
                  name                    = 3
                  not_found               = 4
                  object                  = 5
                  reference_check         = 6
                  wrong_access_to_archive = 7
                  OTHERS                  = 8.
        IF sy-subrc <> 0.
         MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                 WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    The Required fields are,
    Text-id ,language,name,object.
    Let me know if you further require help.
    Regards

  • What is it with Verizon lately and their lack of concern for customer satisfaction?

    I am increasingly frustrated with Verizon and their lack of concern for customer satisfaction.  I have been with them since they began and through the years they have become less and less customer friendly.  All I want to do is do an early upgrade to the IPhone 6, I have one line that is out of contract, two that will be up in May and one in October.  All the lines are eligible for early edge but only if we take a Motorola phone we do not want because they have some contact with them to push phones no one wants.  Seriously Verizon what the heck is wrong with you, trying to force people who have been loyal to you to take a phone they don't want because they paid you to do so.  I'm not trying to leave for the competition but at this point I may have to.  I had even checked back in November when I saw we were eligible for the early edge and was told we could only do the Motorola phone but that promotion would be over Dec 31 and after that we could upgrade to any phone we wanted.  Imagine my disappointment when we go to a verizon store to find out that was a lie and they entered into another lame contract with Motorola to push a diffent phone (last years model that didn't sell) and we would be forced to take one.  I contact customer service and was told to bad, sorry we lied to you but it's either that phone or wait out your contract.  Well maybe it's time to switch because it's very obvious that Verizon no longer cares about their customers, hey Verizon can you hear me now?

    I'm not trying to get out of my contract, I have been with Verizon for 15+ years and have always been able to do an early upgrade, we just forgo the discount $50 or $100 we would get off the new phone.  I have been told several times by Verizon employees that if I am within 6 months of my contract end I could do an early upgrade I just would not get the additional money off.  I was also told in November that I could do the edge up for any phone after Dec 31st.   I was lied to and that seems to be happening more and more.  Verizon has been changing its practices to the detriment of its loyal customers.  One of the reasons I liked Verizon and stayed with them for so long was because they were always willing to work with their customers and Verizon can change or alter their agreements anytime they want.  I wish they would train their emploves not to be deceptive and tell people one thing and then do another. I can understand if I was trying to cancel my contract but I am not and would be extending my contract by two years as opposed to leaving in the next 6 months.

  • When is apple going to release a iPhone 5 alarm clock? The lack of accessories for the iPhone 5 is really making me wish I would have just kept my 4s.

    When is apple going to release a iPhone 5 alarm clock? The lack of accessories for the iPhone 5 is really making me wish I would have just kept my 4s.

    Hi - There is an alarm choice at the bottom of the clock app - is this what you are looking for?

  • DirectTV lack of support for Apple TV channels

    Is there a common site to file a complaint with DirectTV over the lack of support for AppleTV channels?  Or do I have to go to each channels site?
    Thanks for any help!
    Regards,
    -Brian

    Welcome to the Apple community.
    The Apple TV 1 is very much different than the later Apple TV is. For a start it doesn't support homesharing or airplay. It doesn't have many features of the later Apple TV is such as iTunes march, MLB, WSJ, photo stream and others. Additionally, it does not support re-downloading of TV shows and movies (US only).
    It's also plays lower resolution video only.

  • Can Apple comment on their lack of support for burning CD-TEXT?

    Can Apple comment on their lack of support for burning CD-TEXT?
    I've been getting the runaround from the support people. They said to resolve my issue check out the following kb articles. The articles were aimed at giving me more information about ID3 tags and formats that I care about. I just want my burnt cd's to work in my CD-TEXT capable cd player.
    I've done this using alternate software packages so I know my hardware supports it. I'm really looking for a complete solution for myself (techie) and my wife (non-Techie) to use and make us both happy. I have to admit, this really bothers me.
    I know I'm not the only person asking about this. Please add the support for CD-TEXT to I-Tunes.
    Thanks
      Windows XP  
      Windows XP  

    Apple people don't comment here, it's a user to user forum.
    But you've got me interested. CD-TEXT, what is it? Should I just look it up in wikipedia or do you have a better explanation of what it is you're after?

Maybe you are looking for

  • Time machine hd must be reformatted

    My Seagate Time Machine hd can't be repaired by the Disk Utility. " Disk Utility can't repar this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files. If it is the Seagate that must be reformatted, why

  • Star up disk warning

    Please help. I do not understand how to clear up my full start up disk. A sign keeps flashing every so ofter - start up disk full. Please give a very simple answer to this question.I do not know what is and what is not important in the applications f

  • Bug fix for NI tCHInChDMAChannel code

    ran into a hard-to-find bug in the x-series DDK, you guys might want to correct. in the routine:    void tCHInChDMAChannel::_config(nMDBG::tStatus2& status) near the bottom of the routine is:       _readIdx  = 0;       _writeIdx = 0; there is one mor

  • [GNOME 3] First Impressions?

    NOTE: This thread is for people using GNOME 3 in testing right now. Please do not respond otherwise. I upgraded to GNOME 3 on Testing with virtually no problems. I've been testing GNOME Shell from git/jhbuild for the past year or so and it feels much

  • Help getting AVI files into PE12

    I have AVI videos from some cheap Hitachi HD cameras which won't load in PE12. The files load as just audio, but play back fine on the computer. I've read the various threads on similar issues but haven't found a good work around yet. GSpot shows the