Which languages are installed?

Is anyone able to let me know which languages are installed in the VM Templates? I suspect it's just 'US Eng' as the base language.
thanks
Duncan

It is confirmed by the database itself coming from the template :
SQL> select language_cd from pslanguages where installed=1;
LANGUAGE_CD
ENGNicolas.

Similar Messages

  • My computer says I cannot use icloud because I have multiple versions of outlook installed. How do I find out which versions are installed and how do I decide which one to delete?

    My computer states that I have multiple versions of outlook installed and that i cannot use icloud. How d if find out which versions are installed and which ne to delete without interrupting the other?

    That's a Windows/Office problem. You should ask in the Microsoft support forums.

  • Which fonts are installed with Adobe Flash CS3? Which fonts are installed with Illustrator CS3?

    Which fonts are installed with Adobe Flash CS3? Which fonts are installed with Illustrator CS3?

    Does this mean that if for example I purchase and install Adobe Flash CS3 it will install all the fonts listed under CS3 in this list: http://blogs.adobe.com/typblography/fonts-installed-by-adobes-creative-suite#CS3 ??
    Thanks

  • [SOLVED] Which packages are installed as dependencies when upgrading?

    Hello,
    When upgrading, I'd like to know which packages are upgraded and which ones are installed as new dependencies.
    How can I do that?
    The problem for me here is that I'd like to know which package is triggering an install of mariadb (which I don't need nor want).
    Thanks in advance!
    Last edited by lilorox (2014-04-30 07:14:03)

    mpan wrote:
    This will warn you about which package can't be installed because of mariadb not being installed
    pacman --your_usual_options --ignore mariadb
    Exactly what I needed
    This way I get the entire dependency tree so I know I can blame nepomuk-core.
    I knew the mariadb dependency came from KDE (baloo precisely) but I had no idea which package needed it.
    $ sudo pacman -Su --ignore mariadb --ignore mariadb-clients
    :: Starting full system upgrade...
    :: Replace shared-color-profiles with extra/colord? [Y/n]
    resolving dependencies...
    warning: ignoring package mariadb-5.5.36-1
    warning: ignoring package mariadb-clients-5.5.36-1
    warning: cannot resolve "mariadb-clients", a dependency of "percona-server"
    warning: cannot resolve "mariadb", a dependency of "akonadi"
    warning: cannot resolve "akonadi", a dependency of "kdepimlibs"
    warning: cannot resolve "kdepimlibs", a dependency of "baloo"
    warning: cannot resolve "baloo", a dependency of "nepomuk-core"
    :: The following package cannot be upgraded due to unresolvable dependencies:
    nepomuk-core
    :: Do you want to skip the above package for this upgrade? [y/N]

  • ITunes can not sync apps to the iPhone because it can not be determined which apps are installed on the iPhone.

    Hello.
    I get this error message
    iTunes can not sync apps to the iPhone because it can not be determined which apps are installed on the iPhone.
    iTunes kann keine Apps mit dem iPhone synchronisieren weil nicht festgestellt werden kann welche Apps auf dem iPhone installiert sind.
    Need Help

    Basic troubleshooting is reset, restart, restore.  Have the first two been tried?
    How about simply unplugging the iPhone and plugging it back in to sync?
    What has been done in an attempt to troubleshoot the issue?

  • How To  Find out Which Adapters Are Installed

    Hi Experts,
    We Installed SAP PI 7.0 Just Now .
    How To Find out Which Adapters are Installed ????
    Please Help me in this....
    Regards
    Khanna

    <i>And the Other thing is Some Adapters Are in the Green Color And Some Are in the Grey Color. Is there Any Difference Between these ??????</i>
    CCMS status:
    Green: Working
    Grey: <i>Status Unknown</i>
    Red: Problem with the component
    ref:
    http://help.sap.com/saphelp_nw04s/helpdata/en/9b/f12541c3d3f323e10000000a155106/content.htm
    Regards
    krishna
    Message was edited by:
            Krishnamoorthy Ramakrishnan

  • How to find out which browsers are installed on OS?

    Hi everyone,
    I've been reading through the AIR doc, but it doesn't seem
    like an AIR application can read OS information like what browsers
    are currently installed. Further, at run time, is there a way to
    tell which browsers are currently running?
    Best regards,
    wt

    I built a small example as a starting point to detect
    installed applications on a Mac.
    Should be easy to change it for XP/Linux.
    AFAIK there is no way to get the list of running applications
    from Air.
    <mx:WindowedApplication xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="vertical">
    <mx:Script>
    <![CDATA[
    private function checkBrowser():void {
    // change this according to the OS
    var file:File =
    File.documentsDirectory.resolvePath("/Applications");
    res.text = "false";
    for each (var o:Object in file.getDirectoryListing()) {
    var name:String = o.nativePath;
    if (name.search(browserName.text) != -1) {
    res.text = "true";
    res.visible = true;
    ]]>
    </mx:Script>
    <mx:Button label="test" click="checkBrowser()"/>
    <mx:TextArea id="browserName" text="Safari"/>
    <mx:Text text="Does this machine have {browserName.text}
    installed?"/>
    <mx:Text id="res" visible="false"/>
    </mx:WindowedApplication>

  • RuleBasedBreakIterator - which languages are supported?

    Hi
    I need to split text into words for lexical analysis, and RuleBasedBreakIterator seems the logical place to start. I gather that some eastern languages don't use whitespace to separate words, hence the existence of DictionaryBasedBreakIterator.
    I can't find a definitive list of languages that are supported. I'm looking for Japanese, Korean, Chinese and Russian. Anyone know if these are supported and if there is a definitive list anywhere?
    Thanks,
    Rob

    I'm assuming that you're referring to the class of the same name in ICU4J, since it isn't in the standard Java API. Your question isn't quite in their FAQ, which is here:
    http://icu.sourceforge.net/icu4j_faq.html#RBBI_1
    However it doesn't seem to have been updated recently (my impression based on references to Java 1.1). You could take its suggestion to "contact us" and ask on their mailing list, I suppose.

  • How to determine which packs are installed on the Oracle Enterprise Edition

    IS there any way to determine which option packs have been installed on 10g oracle enterprise edition . i don't seem to have grid control installed ?
    Is there some easier way to determine this ?
    regards
    Ajay

    No orainventory directory found However, it's the best way to know what are the installed product against your ORACLE_HOME.
    You can run the OUI and look for the installed components if any.
    Nicolas.
    PS : you need to log on your server.

  • Check details about which products are installed in the Oracle Home

    I cheked one PDF: <epm-tips-issue 73-102>
    This command should return with details but giving some errors-
    1)
    opatch lsinventory -oh /scratch/aime1/work/Oracle/Middleware/EPMSystem11R1 -jre /scratch/
    aime1/work/Oracle/Middleware/jdk160_11
    2)
    opatch lsinventory –detail -oh /scratch/aime1/work/Oracle/Middleware/EPMSystem11R1 -jre /
    scratch/aime1/work/Oracle/Middleware/jdk160_11
    Please suggest if i am making mistake as i am using as it is (not making any alteration>
    Please suggest any other better process if possible
    Regards
    Kumar

    What errors are you getting, I take it you have updated the Oracle home and JRE location to match your environment.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Itunes can not sync apps with the iphone [name], because it can not determine which apps are installed on the iphone.

    After installing the latest Version of iTunes (10.5.1.42) on my Windows XPs PC it's not possible to sync my iPhone 3GS (not iOS 5!) any more - I get the error message above. It's possible to download music, apps, podcasts - but not possible to sync with my iPhone..
    Any Ideas?

    Basic troubleshooting is reset, restart, restore.  Have the first two been tried?
    How about simply unplugging the iPhone and plugging it back in to sync?
    What has been done in an attempt to troubleshoot the issue?

  • Acrobat 9.0 shared review not working after FrameMaker 11 and RoboHelp 10 are installed

    Acrobat professsional 9.0 shared review function was working fine when I was using FrameMaker 7.2, but after I install FrameMaker 11 and RoboHelp 10, nothing happens when I select "Send for Shared Review" or "Attach for Email Review", no error messages, no prompts, just nothing...btw, the system is Windows XP SP3.
    Is it a compatibility issue? Does the same issue happen to you and how you fix this? Thanks for your help..
    Stephanie

    We are getting this on certain machines and not others.  I can't seem to be able to find a rhyme or reason.  We are trying to initiate reviews on a shared internal network location.
    A few questions for the forum:
    Does Owner rights matter on the share that the review file is to be stored in?  Currently we have Modify rights for all participants and initiators.
    Does it make a difference which updates are installed past 9.0?  Does it make a difference if Pro and Reader are installed?
    Can someone confirm that the Acrobat.com is required to be installed on the machine?  I noticed on the latest installs of reader acrobat.com application is not installed.
    I'm posting this now because I haven't seen a clear cut answer to:
    Could not save the shared review-enabled PDF file

  • How to know what soft are installed?

    Hi guys,
    His someone can tell me how I can know which soft are installed on my Solaris 10.
    I look on the process but with the result I cannot see those which are not running.
    I look in /usr/... but I'm a bit lost.
    Can someone can help??
    Thanks

    At the command line type :
    pkginfo
    This will give a list of all packages
    You can send this list to a file:
    pkginfo > filename
    You can then view the file with text editor or at the command line one screen at a time:
    cat filename | more

  • When using Exprt PDF, the choice of language for the document to be exported is sometimes very restricted, while sometimes many more languages are available. What's the matter?

    When using Exprt PDF, the choice of language for the document to be exported is sometimes very restricted, while sometimes many more languages are available. What's the matter?

    Dear Mrs.,
    I now add 2 print screens which show what I get when I try to export a PDF from Adobe Reader and which languages are available.
    The same problem does not exist when I use the website.
    I hope this gives you a clue.
    Many thanks,
    Jos MERTENS,
    Advocaat.

  • Language packs installed..but facing problem in translations

    Hi All,
    We are on ENH3 for Travel management.Language packs for FR,ES,PT and TR languages are installed.When i test the WD application for example for travel request by changing the application parameter sap-language from EN to any language its not working as it should be and showing up a mixture of DE and EN text.For DE it works perfectly.
    I have checked some of the OTR alias and the text translations exists for all the languages.
    Do we need to activate something for this.Any kind of pointers will be helpful.
    Regards,
    Indu
    Edited by: Indu Garg on Apr 30, 2009 11:59 AM

    Hi Folk,
    You have to maintain local language descriptions in R/3. For example if you created expense types in english language, in portal if you log in German language, the drop down of expense type  will show incorrect values. So you have to maintain local language description for each expense types. Pl let me know if you need any clarifications.
    Good luck,
    Thanks,
    Nandagopal C

Maybe you are looking for

  • MacBook Pro - Bluetooth and Speaker bug

    Hello, I've bought a new speaker (JBL Pulse) one day ago in order to use it like speaker for my Macbook pro. Here it is, I need to use a bluetooth connection if I want to use my JBL speaker. My bluetooth is able to see my speaker, so they are connect

  • Camera works but video locks and freezes the phone 4s

    when i try to record in video mode screen freezes and lock phone

  • Audigy 2 ZS Platinum Proble

    Hi, I owned a Audigy 2 ZS Platinum version sound card. The front panel got the headphone ouput which is not working. I have updated my driver to newest driver. But the headphone output is still not working? Anyone have idea with the problem? Thanks

  • Why changing clip's in/out points leaves gap in timeline?

    When I change a clip's in/out points in the viewer, it leaves a gap in the timeline (while preserving the overall duration of the sequence). Is there any way to change the in/out points so that there won't be a gap (adjacent clips move next to change

  • Software malfunctions Z10

    Dear All, I really hope to receive Your support, because RIM Italia, doesn't give a possibility to have a clear answers! My Z10, since one month, doesn't save the new contacts in the phonebook and it's a HUGE problem! I've an updated software and all