How to get lookup to help in foreign languages (Fr.It.Greek, Latin) while reading email (incl attachments) or web articles?

I use MBP not iPad.  Lookup would be most useful in foreign languages I use.

If you open the Dictionary app in the Dictionary Preferences you can add British English, German, Japanese, French, Spanish, and Simplified Chinese. No Italian, Greek or Latin. You might send feedback to Apple at http://www.apple.com/feedback/ and ask to include more languages.

Similar Messages

  • Getting inner exception "dtd is prohibited in this xml document exchange" while reading emails from outlook

    Getting error "The response received from the service didn't contain valid XML." with inner exception "dtd is prohibited in this xml document exchange" while reading emails from outlook(Not while reading every mail).
    Can anybody please tell me what might be the issue. Below is the code where I am getting error
    FindItemsResults<Item> RetrievedItems=null ;
    RetrievedItems = service.FindItems(FIds, new ItemView(4));
    String[] SignatureList = ConfigurationManager.AppSettings.Get("SignatureTypes").Split(',');
    if (RetrievedItems != null && RetrievedItems.Count() > 0)
    RetrievedItems.ToList().ForEach(x =>
    try
    List<String> Attachments = new List<String>();
    List<String> ScanFileName = new List<String>();
    bool IsAvailable = true;
    //Getting error while Load() - below line of code
    ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).Load();
    Vo.EmailMessage msg = new Vo.EmailMessage();
    msg.MessageId = ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).Id.UniqueId;
    msg.From = ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).From.Address;
    ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).ToRecipients.ToList().ForEach(z => msg.To += z.Address + ",");
    ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).ReplyTo.ToList().ForEach(y => msg.ReplyToEmailAddress += y.Address + ",");
    msg.Subject = ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).Subject;
    msg.Body = ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).Body.Text;
    msg.Dated = ((Microsoft.Exchange.WebServices.Data.EmailMessage)x).DateTimeSent;
    Please help.

    Hi,
    Thank you for your post.
    This is a quick note to let you know that we are performing research on this issue.
    Niko Cheng
    TechNet Community Support

  • Hi. I was trying to open some pdf files and got a message my adobe reader was deinstalled. I installed a new version of Adobe Reader for Mac and when trying to open a PDF file I am getting a message in a foreign language. Any suggestions?

    Hi. I was trying to open some pdf files and got a message my adobe reader was deinstalled. I installed a new version of Adobe Reader for Mac and when trying to open a PDF file I am getting a message in a foreign language. Any suggestions?

    Are you launching Pages from an icon in your Dock? Installing the update does not change the Dock icons & it does not remove the older versions. Go to your Applications folder & launch the new Pages from there.

  • Hi, I have a question, I would like to ask how to get into Photoshop CC 2014 English language? Thank you Dana

    Hi, I have a question, I would like to ask how to get into Photoshop CC 2014 English language? Thank you Dana

    First, download and install the Creative Cloud Desktop Manager if it is not in your computers Programs list since your are a CC member.
    Free Creative Cloud | Download Adobe Creative Cloud free trial
    Then launch it, click on Apps. Then from the menu, select Preferences.

  • How to get the F4 help for a field in the selection screen

    Hi all,
    I am working on a report program. In the selection screen, I have the field 'Brand Node ID'(ZNODEID). The requirement is to have the F4 help for this field. This field is available in a 'Z' table ZNODETAB. There is no Value table maintained for the corresponding data element. So, without disturbing the table data element/domain, I should get the F4 help in the selection screen of the report. In the F4 help, data should be fetched from the table ZNODETAB and the field is ZNODEID. Is there any way to do this.
    By searching the function modules, I could find that, we can use the FM F4IF_INT_TABLE_VALUE_REQUEST. But, I am not Sure. Can someone tell me the parameters to be passed to this function module to get the F4 help and the procedure to follow. S_NODEID is the select option used in the program. Please help me in this regard. Thanks in advance.
    Thanks & Regards,
    Paddu.

    look at this code and try
    select-options : S_NODEID for ZNODETAB-ZNODEID.
    at selection-screen on value-request for s_nodeid-low
    perform f4_nodeid using 'S_NODEID-LOW'.
    at selection-screen on value-request for s_nodeid-low
    perform f4_nodeid using 'S_NODEID-HIGH'.
    end-of-selection.
    FORM f4_nodeid  USING    p_field.
      declare it_node.
    select znodeid from ZNODETAB into table it_node.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield        = 'ZNODEID'
          dynpprog        = sy-repid
          dynpnr          = sy-dynnr
          dynprofield     = p_field
          value           = space
          value_org       = 'S'
          display         = 'F'
        TABLES
          value_tab       = it_node
        EXCEPTIONS
          parameter_error = 1
          no_values_found = 2
          OTHERS          = 3.
    endform

  • How to get Mail to filter out foreign alphabet messages???

    a lot of the spam I receive is in Russian or an Asian language. Nobody I want to hear from sends me mail in another alphabet.
    Is there a way to set a rule for this? I saw another posting about someone who had blocked Cyrillic/Russian, but darned if I can find out how to do that.

    It's very easy. There are two ways to approach this; one may work better than the other for you.
    The first method is to search the headers of your email for the character sets you want to eliminate, then enter those in a rule. For example:
    To filter on "Content-Type", you need to expose the headers of the spam messages you're receiving and look for that specific header, which is near the bottom (use ShiftCommandH). This header isn't one you can choose to use as a Rule, but you can add it as a Rule criteria (when defining the rule, pop up the criterion menu, and the last item is "Edit header list..."); choose it.
    You want to exclude (Trash or place in a Spam folder for review) messages where Content-Type contains "iso-2022-jp" and any other foreign language types you find in the headers of your spam messages, while allowing everything else to pass through.
    But this isn't foolproof, as it will not work for spam that has been identified (intentionally or not) with the wrong content type. It also eliminates the possibility of seeing mail that was written in English from someone whose mail client is configured to send mail as a different encoding type.
    You can also take the opposite approach: Set up a Rule with these criteria and actions--
    If all of the following conditions are met:
    • Sender IS NOT in my Address Book
    • Sender IS NOT in my Previous Recipients
    • Message IS NOT addressed to my Full Name
    • Message IS Junk Mail
    Perform the following actions:
    • Move Message to Trash.
    Mulder

  • How to get the F4 help for table columns ..

    Dear All,
    Here I have created table with cell editors of INPUT FIELD .
    And I would like to provide the f4 help for those columns .
    Here I have checked the node , which i have binded to the table, there input help mode is set to Automatic and search helps are also attached for that node .
    But in the table I am not getting the F4 help . Where as if i create the input fields invidually i am able to see the F4 help .
    But for table column I am unable to find..
    Help me regard this...
    Thanks & regards,
    Veerednra Nath

    Hi,
    In debugging , the I have seen the node info attributes list ( VALUE_HELP_ID and VALUE_HELP_MODE ) .
    For you understanding, Here I am giving the values which contains ,
    VALUE_HELP_ID contains the AUTO:VBUK
                                                    AUTO:VBUP
                                                    AUTO:MAT1
                                                    AUTO:H_T023
    and
    VALUE_HELP_MODE contains the  all Zeros for all the four attributes .
    Hope I have given correct inputs .
    Thanks & Regards,
    Veerendra Nath

  • How do I get the table of contents to toggle? I opened it while reading one book I had checked out from my library, but it is still open when I start another book. I am using Adobe 4 and Windows 8.1 on my PC.

    How do I get the table of contents to toggle? It has remained open since I opened it while reading two books ago. Thanks for the help.

    Thank you for your advice. I followed your directions, but came up with the same results. However, I did discover that whenever I open up the iPhoto Library that is already existing on my MacBook a certain set of pictures shows up. But then when I open up the iPhoto Library from the Hard drive another set of pictures shows up. BUT not ALL of my pictures are showing up on the iPhoto Library from the hard drive. At least the last two years of pictures are not showing up?! Actually, it appears that all the pictures are there from when I started using iPhoto about 5 years ago up until around the time that I got my iMac desktop computer and started using that (2 years ago). I have noticed that more recent videos I have made are showing up in a folder on the hard drive, but will not appear when I open up iMovie?! Any ideas on how to access my pictures from the last 2 years off of the hard drive???

  • In fnd_request.add_layout how to get the layout in user login language

    Hi All,
    I am using fnd_requet.add_layout
    function add_layout (template_appl_name in varchar2,
    template_code in varchar2,
    template_language in varchar2,
    template_territory in varchar2,
    output_format in varchar2,
              nls_language in varchar2 default null) return boolean;
    how to pass these template_language and template_territory to get the output in user login language.
    Thanks in advance
    Jana

    You can get the values from NLS_SESSION_PARAMETERS
    Query for language
    SELECT LOWER(FL.iso_language)
    FROM NLS_SESSION_PARAMETERS NSP
    ,fnd_languages FL
    WHERE NSP.parameter = 'NLS_LANGUAGE'
    AND NSP.value = FL.nls_language;
    Regards
    Nishka

  • How to get name of the current localization language?

    Hello!
    How can i get value of Setting->General->International->Language?
    TIA

    Hi, not tested but from apple docs:
    NSUserDefaults* defs = [NSUserDefaults standardUserDefaults];
    NSArray* languages = [defs objectForKey:@"AppleLanguages"];
    NSString* preferredLang = [languages objectAtIndex:0];
    You should also take a look at:
    http://developer.apple.com/iphone/library/documentation/MacOSX/Conceptual/BPInte rnational/Articles/ChoosingLocalizations.html

  • How to get lookup value for a lookup_type and pass as a parameter in OAF

    Hi,
    I have requirement wherein I have to enable the "Add Attachment" Button only for a particular deliverable name.
    Steps I followed
    1) I have extended the corresponding Controller class.
    2) Sting str1="XYZ";
    3) Getting the attachment table bean and the deliverable name thru Data Mappings as Attachment is the built-in funtionality in OAF.
    4)Checking if the deliverable name whether it is equal to str1 or not
    Case1: If the deliverable name is not equal to str1 then I am placing the insertallowed as BOOLEAN.FALSE
    Case2:If not it will be enabled.
    5)The functionality as per the requirement is working fine.
    6)Here for str1 I have hardcoded the value initially but I need to take up the value from a lookup created for this value because may be in future if for more than one value the "Add Attachment" Button has to enabled they it will be easy to add in the look up only. No need to change the controller class.
    7) So please let me know the steps in getting the value from a lookup and have to pass the lookup values (Here str1--"XYZ","ABC","DEF") into the extended Controller Class.
    Thanks in Advance,
    Regards,
    Ramya

    Ramya,
    Here for str1 I have hardcoded the value initially but I need to take up the value from a lookup created for this value because may be in future if for more than one value the "Add Attachment" Button has to enabled they it will be easy to add in the look up only. No need to change the controller class.For this u need to iterate through the lookup values.
    Share ur existing Controller Code.
    Regards,
    Gyan

  • I updated my phone and it has deleted the factory apps off of it and i dont know how to get them back help please

    i updated my phone and it deleted everything even the factory apps how do i get them back

    Default apps are part of the iOS and cannot be deleted.  Search all home screens and all folders and/or search for it with Spotlight, that will tell you what folder it's in.
    Also check Settings > General > Restrictions to see if it has been restricted.
    If not found, Settings > General > Reset > Reset Home Screen Layout.

  • I think i deleted disk utility and i dont know how to get it back. help!!

    im trying to find my disk utilitys and its not showing up anywhere, i think i might of deleted it by accident, how do i get it back?

    I have a MacBook Pro 10.9.1 and an extrenal Toshiba drive I use for backup. 
    I am able to see Time Machine when I look it up on spotlight but not  places like applications

  • How to get the limited help manual for CS4

    CS4
    When I click the help button on Encore CS4 I get something besides the normal help.
    It only seems to be Encore where that happens.
    Premiere
    AfterEffects both go to the online help manual but not Encore.
    When clicking help I get this sorry guff:
    http://www.adobe.com/support/encore/?trackingid=DYNPX
    And I see no way to get to the regular manual from there.
    (Encore seems the only one of CS4 Production Premium that gets this type of help page)
    I want this kind of manual page (This is for Premiere CS4):
    http://help.adobe.com/en_US/PremierePro/4.0/index.html?trackingid=DYNQG
    Like the one available for Encore CS5:
    http://help.adobe.com/en_US/encore/cs/using/index.html:

    Yes, this is inconvenient.
    To confirm and add just a bit, when you click "help" in CS4 Encore, your browser first goes here:
    http://help.adobe.com/en_US/EncoreDVD/4.0/search.html?AH_ION=true
    which is redirected to this next page (which is a very general Encore help page with a primary link only to CS5 encore help):
    http://www.adobe.com/support/encore/?trackingid=DYNPX
    You want to go here:
    http://help.adobe.com/en_US/EncoreDVD/4.0/
    Option 1: put a shortcut on your desktop for the last link.
    Option 2: From the page you go to, click on CS5 help, then when you get there, use the little link at the bottom right to switch to CS4.
    I'm not sure who handles these issues.  I wonder if Todd Kopriva will visit and tell us if I use his name in this post?  It seems to me that once he had a method for redirecting something, but I didn't find anything in a quick search.

  • I had a little side panel that has the controls and stuff but when i updated a game it went away and i dont remember how to get it please help!

    i had a side panel but when i updated a game it disappered and i want it back but dont remember how i got it the first time

    it was dream zoo and it wasnt in the app i set it from the settings menu and then i went to the app it asked if i wanted to update and my panel disappeared i set it from an option that had a turtle on one end and a bunny on he other with the bar thing like in the volume menu for settings

Maybe you are looking for

  • HP HDMI to VGA Adapter

    I bought the HP HDMI to VGA adapter to use on my Windows 8 ultrabook. It does not work and nothing shows on the second monitor/ projector (reminas black as if no signal is received in the projector). I have tried all the usual tweaks and I know how t

  • Looking for help - PSE 5 catalog will no longer open

    I have PSE 5 on a Windows XP system. For some reason I can no longer open the catalog - I receive a pop window that states "The action you have requested could not be completed because the application is not responding. It may still be loading or wai

  • Schedule a report to run in background

    Hi all, I have a report that has a selection screen . When i schedule this report as a background job , it is cancelled : "cannot perform frontend function in batch input mode " ?? I created a variant and in the job step specified the variant name ..

  • Allowing only single selection in slicers

    Hi Team, I am creating a dashboard in excel 2010. There is a slicer which selects products but it should always allow only one selection. Is it possible to throw an exception or doesn't allow to do a multiple selection in excel slicer without any VBA

  • Cant use VPN on LAN but can on WIFI

    Hi I am curently running 10.8.2 and when connected to the metwork using a LAN cable I cant use any of my VPN connections... But when I disconnect form the LAN and turn on WIFI all VPN's work??? Any ideas?