To create a page, each locale must read a different content file

hi,
i have a doubt about locale, i'm creating a new page ok,
and i'm requesting the content from UCM.
However when the locale is "en" i'll read a file
but if i change the locale, i need read other.
Someone could help-me about it?
tks

There are couple of ways to do that.
1)Use JSTL and Expression language to do that.
example:
<c:if test=${view.locale=='en'}>
call ucm english content
</c:if>
<c:if test=${view.locale=='ar'}>
call ucm arabic content
</c:if>
2)You can manage the contents via managedbean code.
FacesContext.getCurrentInstance().getViewRoot().getLocale()
you got the current locale then change the ucm content.
and many other methods are available to do that.You need to pick one based on your requirement.
Hope it helps you.
Regards,
Hoque

Similar Messages

  • When I try to open a file I created in Pages, I get this: "The required index.xml file is missing."  This has happened many times and I have forgotten how I've worked around it.

    When I try to open a file I created in Pages, I get this: "The required index.xml file is missing."
    This has happened many times and I have forgotten how I've worked around it.

    That is wrong advice and you appear to have repeated it all over the forum.
    All Pages files no matter what version have the same file extension, .pages, despite being radically different formats and that is the problem. The System does not distinguish between them when you double click on the file, it opens the first version of Pages it encounters.
    You need to right click on the file and choose the correct App version for the file. Unfortunately there are no clues to tell you which is which.
    If you are unhappy with this and the removal of over 100 features plus the problems with transmitting files across devices, servers and different versions of OS X, rate/review Pages 5.5.2 in the App Store.
    Peter

  • CS4 Multi Artboards (ie: 5 pages) need to be split 5 different ai files

    Hi
    I'm using CS4 Mac. I have been 5 pages in one single file.
    But I have to be save each page need to be 5 different ai files.
    Is it any other options there. Please help me out.
    Thanks
    Regards
    Janes Lucas

    Janes_chennai wrote:
    Hi Carlos,
    I had tried this script but it is not working out.
    Please send a suggestion!!
    Thanks
    Janes
    I really suggest you just follow the route i suggested...
    Cheers...
    S

  • FM to create a folder in local directory and then download the file...

    hi...
    can some one help me with a FM which will create the folder mentioned in the file path and then download the file.
    Ex : if file path is 'C:\Try\file.txt'.
    if the foler 'Try' is not available then it should be created and then the file should be downloaded in it.

    Hi
    Use the FM GUI_DOWNLOAD
    It will create the folder in PC if it not exist. Then Download the data .
      CONCATENATE p_path    " Directory path        
                  l_file                " File name
                  '.TXT'
            INTO  l_file_path.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          filename                = l_file_path
          filetype                = 'ASC'
        TABLES
          data_tab                = i_source[]
        EXCEPTIONS
          file_write_error        = 1
          no_batch                = 2
          gui_refuse_filetransfer = 3
          invalid_type            = 4
          no_authority            = 5
          unknown_error           = 6
          header_not_allowed      = 7
          separator_not_allowed   = 8
          filesize_not_allowed    = 9
          header_too_long         = 10
          dp_error_create         = 11
          dp_error_send           = 12
          dp_error_write          = 13
          unknown_dp_error        = 14
          access_denied           = 15
          dp_out_of_memory        = 16
          disk_full               = 17
          dp_timeout              = 18
          file_not_found          = 19
          dataprovider_exception  = 20
          control_flush_error     = 21
          OTHERS                  = 22.

  • Deploy Oracle OAF Page to local Machine

    Hi,
    I deploy oracle standard OAF page from local machine JDeveloper 9i.I copy files from server ar folder from $COMMAN TOP and copy another MDS folder from $APPLTOP and moved local machine jDeveloper\jdevhome\jdev\myprojects\oracle\apps\.I create workspace and the files and run the ARI_INVOICE_PAYMENT_PAGE.XML error message displayed.
    ERROR:
    unable to open file jdeveloper_11i\jdeveloper\jdev\myprojects\oracle\ar\irec\accountDetails\pay\webui\ARI_INVOICE_PAYMENT_PAGE.XML
    the document is not in XMLpath"D:\Jdeveloper_11i\jdevbin\jdev\myprojects;D:\Jdeveloper_11i\jdevbin\jdev\oamdsxml\fwk"
    Thanks
    Selva

    It appears that the JDEV_USER_HOME environment variable path and where the files are stored do not match up.  I generally keep all files whether they are Oracle files (in the oracle folder) under my projects or custom files (in the custom folder) in the "Home" directory on my local machine.

  • Acrobat Pro XI Create PDF from web page will only create first page.

    Whether I try from within Acrobat or using the convert button on the Adobe toolbar my PDF cuts off at the bottom of page one and will not create subsequent pages including the rest of the webpage content.  I've played with several settings.  Any idea why?

    I think I might have this problem too. Only difference is I am using Acrobat Standard. I have Acrobat Standard X on another pc and it works fine. An example of a web site page is https://connectonline.asic.gov.au/RegistrySearch/faces/landing/SearchRegisters.jspx?_adf.c trl-state=1766qhwwjv_4 I am in Australia. I hope you have access to this page where ever you are. Towards the bottom of the web page, there is a list of 3 documents. On my other pc, I can convert to pdf the whole page but on this pc, I only get one page.

  • How can I read in a TDMS file into Sound and Vibration Assistant

    I have recorded a signal from 2 channels from a PXI 4496 DAQ card. I recorded this signal with the TDMS file format from a VI in Labview. I would like to import these signals into the Sound and Vibration Assistant for freq. analysis. In sound and vibration assistant there is an import logged tdms from signal express but I can not seem to import my original signal?  How can I import this data? 

    Hello All,
    I am trying to read TDMS file using LABVIEW. The TDMS file is created by me for reading data from one wire devices.
    I have created simple vi. attached below which read data from TDMS file. I am able to read other tdms files, I have with this program but not which one created by me. I am not able to attach file with .tdms exentiont. So I have attached it with .xlsx extention. Can anyone please guide me where is the problem in TDMS file? Am I missing anything while creating it?
    Thanks
    Attachments:
    EditTDMS (1).vi ‏14 KB
    data.xlsx ‏17 KB

  • Problem creating several image maps (linking to different pdf files) RoboHelp 8

    Hi,
    I have a problem creating several image map hotspots (that link to different .pdf files), from the same image using RoboHelp 8 HTML (WebHelp project).
    After compiling, the first image map hotspot created, opens the .pdf file correctly.  Unfortunately, when clicking on the other image hotspots, I get an error " Cannot find file...<file path>... Make sure path or Internet address is correct".
    All the pdf documents are located in the same folder within the project.
    Can anyone help?

    Have you added the target files as baggage?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Hello.  May I ask:  I am using Acrobat 6.0.2, and having trouble formatting a PDF created from multiple (jpeg) files.  Each page is formatted to A4 size, portrait.  But when I create the PDF, each sheet appears as tiny, in the middle of a huge white page.

    Hello.  May I ask:  I am using Acrobat 6.0.2, and having trouble formatting a PDF created from multiple (jpeg) files.  Each page is formatted to A4 size, portrait.  But when I create the PDF, each sheet appears as tiny, in the middle of a huge white page.  I cannot seem to find any controls to adjust this.  Any advice appreciated.

    Thanks CtDave, for the further info.  Unfortunately, those suggestions are not working, which is strange.
    ....Until last week, I used to make multi-page PDFs straight from Photoshop: File > Automate > Make PDF.  One simply choses the files, orders them, and creates a PDF.  (Resolution doesn't matter; 300 DPI is no problem.)  However, my new Photoshop CS5 does not have the option in Automate.
    What I've done, seeing as Acrobat is letting me down, is use Bridge (new to me) to create the PDF.  It worked without a problem, but seems like more work than the old PS method.  I will download a newer version of Acrobat to see if that makes any difference.
    .....Also, thanks Test Screen Name:  I agree with you that jpeg is irrelevant, and that one can make a PDF from Photoshop (Print > Save As - pdf).  But that only works for SINGLE PAGE pdf, not multiple pages as far as I can tell.
    Kind regards,
    Prince Nuada

  • How can I read a document created under "pages" on a Mac book air on an other computer

    How can I read a document created under "pages" on a Mac book air on an other computer or even send this document in a mail to anyone ?

    Only Pages, Preview, Pages for iCloud beta, and Pages v2 or later on IOS 7 can open native Pages v5.2.2 (.pages) documents. Sending a Pages v5.2.2 document to someone without Pages v5.2.2 is futile.
    If you are using Gmail or Dropbox, you will need to right-click on that Pages document, and then choose compress from the contextual menu. You can then attach filename.pages.zip, because it appears as a single document, and not a folder.
    Pages v5.2.2 has a Share button on the Toolbar. Providing your document is already in iCloud storage, you can Send a Link to iCloud via the following:
    The Share toolbar icon also allows you to Send a Copy to Email, Messages, and AirDrop. This will present you with the document export sheet, the same one you get if you chose to File > Export To menu item, as the alternative.
    If you are sharing document content with an MS Office user, then the document you want to send them is either a Word .docx, or .doc. If they want just a read-only view of your content, send a PDF, for improved cross-platform exchange.

  • Create turnable page animation effect in Acrobat 9 for Reader 9 users

    Is it possible to allow Adobe Reader users to turn pages of downloaded PDF documents by clicking on the corners of visible pages, as they can online on Acrobat.com, say? Can I create this effect using Acrobat 9 or do I need other software?

    You cant create turnable page animation i'm afraid in Acrobat.
    You can create page transitions which might be what you are after, but the page curl is limited to flash files
    Document Processing – Page transitions or choose Page transitions from the pages panel
    Hope that helps?

  • Everything is very small, text, pics, programs dont even fill 1/4 of a page I can not read it and if i click apple plus things overlap each other so now what???

    everything is very small, text, pics, programs dont even fill 1/4 of a page I can not read it and if i click apple plus things overlap each other so now what???

    Can you think of any recent changes on your computer or in Firefox, new programs, add-ons, etc.?
    Have any cats walked across your keyboard recently?
    My first guess is the same as yours, which is a "zoom" issue. Holding down the Command key and pressing 0 (zero) should reset the zoom level of the current site to the standard level. Is that still too small?
    Regarding content overlapping, this can occur for a few different reasons. Please check on these:
    (1) "Text Only" zoom
    If View menu > Zoom > Zoom Text Only has a checkmark, click it again to unselect it.
    (2) Manually setting font sizes
    In the Preferences dialog (either the "3-bar" menu button or the Firefox menu) > Content > "Advanced" button
    If the Minimum font size is set to a number larger than 9, change it to 9 or None. A large minimum font size often will wreck the layout.
    At the top, there is "Fonts for" drop-down that usually will say Latin or Other Writing Systems. You will want to make the same change for both of those, so select whichever one isn't currently displayed.
    Finally, make sure the checkbox for "Allow pages to choose their own fonts" is checked and OK out of the dialog.
    Any difference so far?

  • SMARTFORM: how to create 3 copy (each copy can print more than one page)

    SMARTFORM: how to create 3 copy (each copy can print more than one page)
    Hello everyone.
    my user want to have form that print 3 copy.
    such as 1 copy description = master,  2 copy description = copy 1 ,3 copy description = copy 2.
    so i create 3 page . I copy from page 1.
    and in each page there is main window which can have data more than 1 page.(such as have a lot of sale data ,it's take 2 page for show output .so it's take 2 page in each copy)
    please help me.
    how to set page and window in each page for print 3 copy and each page can have main window that print more than 1 page

    Hello Vinit.
    thank you very much for your help.
    could you help me more please.
    in below code
      DO NAST_ANZAL TIMES.
    l_counter = l_counter + 1.  " << pass this to FM and use for the TEXT to print
    CALL FUNCTION LF_FM_NAME
               EXPORTING
                         COUNTER = l_COUNTER   " USE this to derive the text into PRINTOUT
    enddo.
    Now i out of office .so i cannot test.
    where do i set NAST_ANZAL for 3 ?
    can i input ?
    NAST_ANZAL = 3.
      DO NAST_ANZAL TIMES.
    l_counter = l_counter + 1.  " << pass this to FM and use for the TEXT to print
    CALL FUNCTION LF_FM_NAME
               EXPORTING
                         COUNTER = l_COUNTER   " USE this to derive the text into PRINTOUT
    enddo.
    Edited by: dittaporn nanasilp on Mar 12, 2011 3:33 PM

  • When should we must create site pages through visual studio?

    Generally site pages are created through SP designer. But what are business requirement when we MUST create site pages through visual studio rather than designer? I
    mean situation should demand we MUST create site pages through visual studio rather than designer. Need some example .

    Hi Sunil,
    when it contains code behind
    http://blogs.msdn.com/b/kaevans/archive/2010/06/28/creating-a-sharepoint-site-page-with-code-behind-using-visual-studio-2010.aspx
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • TS1702 After installing IOS7 Itunes say's terms and conditions have changed, must read and accept new terns, After going through 54 pages there is no way to accept.  and can not have it emailed.

    After installing IOS 7  i tunes says terms and conditions have changed, " Before you can proceed you must read and accept the new terms and conditions. " After 54 pages there is no way to accept,  it also says you can have it sent by email   It will not let me do this either???

    Thank you so much!  That worked

Maybe you are looking for

  • Item text and note not transfering to PO from SRM 5.0

    Hi, We are in SRM 5.0/ECC 6.0 We have a requirement to transfer Item text and item note (Item Text/note to be printed on PO) to ECC PO. From SRM 5.0 These Item note and Item text is available in PO->Iteam->Service->service text and line text. Please

  • Unknown error (1604) help!

    lets start from the beginning... for the last few days my ipod has been playing up, the touch screen keeps freezing and it is very slow, last night it simply stopped working and wouldn't turn on, so i plugged it into my computer and it told me to res

  • The Home button disappeared in the last software update

    I just received the latest update for Firefox yesterday. Today I don't have half of the available command buttons on the header lines including the Home button. I managed to get back the bookmarks, print and Sync buttons. Not very happy at the moment

  • Spry Gallery- not formatted on web

    I am using the Spry Demo for a photo gallery. I was able to configure the files and folders to match my site. After a few trial and errors, I was able to view the page in the Brower preview in Dreamweaver CS4 and all looked well. When I uploaded to t

  • Incorrect report output

    Dear Friends, I am trying to export a report to excel. Earlier i used Excel 2003 version. The report used to export correctly in excel. However, i have recently switched over to Excel 2007 version. Some of the columns such as date, etc do not get con