Bilingual site - selecting correct variation based on langue settings in browser

Hi,
I have a bilingual site English/French. However, the French site is not being selected if my browser is set to French. I think this might have to do with the fact that in the "Variation Labels" under the heading "Hierarchy
is created" is set to "No" for French. (We had to copy over the hierarchy to the French site manually as the sharepoint jobs weren't doing that. Is there anything else I can do to make the site select French correctly when the default language
is set to French in the browser?
thanks,
Sherazad.
Sherazad

Hi Sherazad,
According to your description, my understanding is that you want to set the language of the site based on the browser’s language.
Yes, you can use variations to do it. And when you create a variation label for a language, you need to make sure the "Hierarchy is Created" is Yes.
More information about variations, you can refer to the link:
http://blogs.technet.com/b/sharepoint_quick_reads/archive/2013/08/12/sharepoint-2013-variations-creating-site-and-variation-labels.aspx
In addition, you can also choose without variations to do it. You can go to Site settings->Language settings, then select alternate languages(like French), click OK. After that, go to your IE options->Languages->Set Language Preferences, make
the French is at the top(make sure your IE's language is French). Then refresh your site, its language should be French.
Best Regards,
Wendy
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • Hi I have lightroom 5.6. unable to select correct media type in print settings. I want to select  a matte paper but all matte paper is greyed out. Ideas?

    So far: installed new driver from epson. As below steps:
    Thank you for contacting Epson regarding your Epson Stylus Pro 4880. It is my pleasure to respond to your inquiry. Please try the following steps below in an effort to resolve your issue.
    1.Click Apple...System Preferences...Print & Fax/Scan
    2. Select your printer and delete it (click -)
    3. Download the latest printer driver from http://support.epson.com
    4. Open Mac HD/Library/Printers and trash the Epson folder*
    5. Open Mac HD...Applications...Utility
    6. Double-Click Disk Utility
    7. Select the Mac HD and perform: Repair Disk Permissions
    8. Install the downloaded driver normally
    9. Click Apple...System Preferences...Print & Fax/Scan
    10. Add a printer (Click +)
    11. Select your printer and click Add
    12. Try printing
    Didn't work yet.
    Epson is more familure with photoshop than lightroom.

    Just realised this happens without earphones and without using the running app. My iphone will only play 2 songs when I select shuffle in any playlist, driving me mad!

  • Determining the correct DSO based on date.

    Hi,
    I  am new to BI. Now I am doing BI ABAP  report. I have a requirement that need to find correct sales quarter DSO based on the selection screen date. Would you please anybody suggest me any function module or code to achieve that.
    Your help will be more appreciated.
    Thanks,
    Kumar.

    Hi,
    Are you using a Multiprovider based on this quarter wise DSO's ? If yes, then you can provider an exit variable and code for the correct infoprovider based on quarter calculation
    If this is the scenario then use the following guide , there they have provider exit code from similar scenario
    How tou2026Create Efficient MultiProvider Queries
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/751be690-0201-0010-5e80-f4f92fb4e4ab
    hope this helps..
    Edited by: Sonal Patel on Nov 27, 2009 11:36 AM

  • Select List (query based LOV) in a wizard created report form

    I have created an updatable report form with 3 columns:
    app_id
    user_id
    group_id
    Each app_id has multiple group_id's associated with it, and I want to show the group_id field as a Select List (query based LOV) that contains the groups associated with the app_id.
    My query for the select list needs to be similar to the following:
    SELECT DISPLAY_NAME, GROUP_ID
    FROM APPLICATION_GROUPS
    WHERE APP_ID = ?????
    ORDER BY 1
    The problem is, I don't know how to reference the app_id from the main report to replace the ?????.
    In other words, if my report returns 2 rows of data like this:
    app_id----------user_id----------group_id
    1-----------------24------------------3
    2-----------------24------------------15
    Then how do I get the group_id column to be a select list of possible groups for each application? If app_id 1 has 3 groups associated with it, 3, 4, & 5 and app_id 2 has 2 groups associated with it, 15 & 16, then those each of the select lists should be based on the app_id.
    Hopefully I explained this clearly.
    Thanks,
    Kris

    Leo,
    Thanks for the response, but I don't think you quite understand my problem. If I go to the Column Attributes screen for the group_id field, I have the "Display As" drop down set to "Select List (query based LOV)", not "Select List (named LOV)". This requires that the sql query be written in the "List of values definition" text area below. Within that text area I have the following query:
    SELECT DISPLAY_NAME, GROUP_ID
    FROM APPLICATION_GROUPS
    WHERE APP_ID = ?????
    ORDER BY 1
    The APP_ID that I need to reference is for the current row of data that is being processed. Therefore, I can't use a :PNNN_APP_ID variable, because that field does not exist on the page.
    Hopefully this explains it a little better.
    Thanks,
    Kris

  • My preview site displays correctly but my live site changes when I publish it

    My issue is that the preview site displays correctly however when I upload this information to the live site, the format changes and displays incorrectly.

    Hi,
    Are you creating the site in Muse and publishing it to BC.
    If yes, can you go to File > Export as HTML, export the file to a folder on your computer and check it if you are getting same issue.
    Regards,
    Gaurav Aggarwal

  • Maintain IWeb site from Windows (Vista) based machine

    Just checking...I don't suppose there is anyway in <edited by host> I can manage or update an Iweb site from a windows based machine - which I've been asked to do. If this is possible, I'd love to hear how it might be done.
    TIA

    Welcome to the discussions, CabanaKid.
    No, it's not possible. iWeb keeps everything in it's Domain file and only iWeb can open and publish from that file.

  • Character string buffer too small (select list query based LOV)

    Hi,
    Using the select list query based LOV with a select witch is too big, you get this error.
    report error:
    ORA-20001: Error fetching column value: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    When using the Popup LOV query based LOV) then it works nice.
    Can that be solved somehow?
    With the Popup LOV the return value is displayed in stead of the description.

    Hi Andy,
    How do I incorporate your suggestion on a report ?
    Example : I have
    select apex_item.display_and_save(1,column1,5) col1,
    apex_item.display_and_save(2,column2,5) col2 ,
    apex_item.popup_from_query(3, emp_name, 'select user_name, name  empname from table2) col3
    Table 2 is a long list , and I'm getting string buffer too small due to this.
    Your suggestion with HTP is good but I'm not sure how to implement it for reports as I'll like the user to change the values with the select_list.
    I'm not using forms as they want mulit-record on the same page.
    Hope to hear back from you soon.
    Thanks very much.

  • Tabular form (select list Query based LOV)

    Hi all,
    I have this situation:
    a tabular form with two "select list (query based LOV)" fields.
    The first one must affect elements in the second one. And so the second query based LOV field should has a "where attr1 = first_list_selected_value" in the query.
    Is this possible ? Could you show me some advices ?
    thanks in advance.

    OK, thank you.
    But maybe I wasn't too clear.
    I need cascading LOV for each row of my tabular form.
    I have a EMP tabular form
    select
    "ROWID",
    "EMPNO",
    "ENAME",
    "JOB",
    "MGR",
    "HIREDATE",
    "SAL",
    "COMM",
    "DEPTNO"
    from "#OWNER#"."EMP" I need a Select List for DEPTNO for each record of table. After set a value, the second "Select List" for ENAME should be affected automatically.

  • Select List (query based LOV) in V. 4.1.1.00.23

    Hi guys,
    I am having some problems with an APEX application that I have exported from V. 4.1.0.00.32 and imported on V. 4.1.1.00.23.
    I have a Tabular Form region where I have a column which is Display As "Select List (Query based LOV)".
    If I add a new row - choose a new value (not the same as any of the above rows) and "Apply Changes"/"Submit" the value in the new row changes to the value of the 1. row of the tabular form :-( I can update this new row and then it saves the right value... It looks like it is only when inserting a new row.
    Is this a bug or is it a feature ;-)
    Hope you can help...
    /Rene

    Leo,
    Thanks for the response, but I don't think you quite understand my problem. If I go to the Column Attributes screen for the group_id field, I have the "Display As" drop down set to "Select List (query based LOV)", not "Select List (named LOV)". This requires that the sql query be written in the "List of values definition" text area below. Within that text area I have the following query:
    SELECT DISPLAY_NAME, GROUP_ID
    FROM APPLICATION_GROUPS
    WHERE APP_ID = ?????
    ORDER BY 1
    The APP_ID that I need to reference is for the current row of data that is being processed. Therefore, I can't use a :PNNN_APP_ID variable, because that field does not exist on the page.
    Hopefully this explains it a little better.
    Thanks,
    Kris

  • Trying to update iTunes on iPhone 4s. Went to site, selected download, says thank you. Plug phone into computer and pops up cannot be used phone requires 10.5 blah blah blah. What m I doing wrong?

    Trying to update iTunes on iPhone 4s. Went to site, selected download, says thank you. Plug phone into computer and pops up cannot be used phone requires 10.5 blah blah blah. What m I doing wrong?

    i used to have no trouble downloading music on my iphone 4s from i tunes, but now it just says cant download try later. is this caused by not having the current update or something else?

  • Define Corrective Actions based on URL

    Hello,
    I'm new to using 10gR3 Grid control -
    Is there a way of defining a corrective action based on the success of a URL - so if a URL fails with say a 404 error or times out, an OS script can be run.
    I can only find ways of assigning corrective actions with pre-defined alert metrics.
    Thanks for any help

    At the risk of repeat-posting, I'll clarify. Say I create a file named routing.xml which defines some routes like this:
    <routing-config>
      <route>
        <name>Standard rule</name>
        <description>
          This route maps the first two parts in the path with the module and action
        </description>
        <url-pattern>/:module/:action.do</url-pattern>
      </route>
      <route>
        <name>Default Index</name>
        <description>
          Allows the module to be specified without the action for "Index" actions.
        </description>
        <url-pattern>/:module.do</url-pattern>
        <request-parameters>
          <parameter key="action" value="Index" />
        </request-parameters>
      </route>
      <route>
        <name>Homepage</name>
        <description>
          Loads the Home page
        </description>
        <url-pattern>/</url-pattern>
        <request-parameters>
          <parameter key="module" value="Home" />
          <parameter key="action" value="Index" />
        </request-parameters>
      </route>
    </routing-config>The bits like ":module" which be represented by the actual name of the module in the URL. Does anyone know if something like this already exists? :)
    I wrote this exact same thing in PHP5 just a few weeks ago but I really don't have the motivation to write it all over again in Java :P On a side-note, things like this usually come with helpers for turning unclean URIs into clean URIs.

  • URGENT - Does Select Query Sort based on RowId ?

    Does Select Query Sort based on RowId ?
    Eg: Select * from Employee;
    RowId primkey name
    aaaa 1 kiran
    aaab 2 kumar
    aaac 3 someone
    Now when i delete the primkey: 2 row.
    I will have:
    RowId primkey name
    aaaa 1 kiran
    aaac 3 someone
    Now when i insert a new record:
    RowId primkey name
    aaaa 1 kiran
    aaac 3 someone
    [Comment: Here the rowid can either be a new one like 'aaad' or 'aaab' is also reused.]
    aaad 4 somename
    My requirement is that the 'aaab' should not be reused.
    Can any one pls suggest some way.

    Dear Friend,
    Plese gothrougth once following steps... (One by One)
    Hope you can understand how Rowid Creating and Updting in you table.
    SQL> select rowid,enumber from t;
    ROWID ENUMBER
    AAAJ4oAABAAAWlyAAA 1
    AAAJ4oAABAAAWlyAAB 2
    AAAJ4oAABAAAWlyAAC 3
    AAAJ4oAABAAAWlyAAD 4
    SQL> select rowid,enumber from t where enumber = 2;
    1 row deleted.
    SQL> insert into t values(9):
    1 row created.
    SQL> select rowid,enumber from t;
    ROWID ENUMBER
    AAAJ4oAABAAAWlyAAA 1
    AAAJ4oAABAAAWlyAAC 3
    AAAJ4oAABAAAWlyAAD 4
    AAAJ4oAABAAAWlyAAE 9
    SQL> delete from t where enumber = 3;
    1 row deleted.
    SQL> insert into t values(3);
    1 row created.
    SQL> select rowid,enumber from t;
    ROWID ENUMBER
    AAAJ4oAABAAAWlyAAA 1
    AAAJ4oAABAAAWlyAAB 3
    AAAJ4oAABAAAWlyAAD 4
    AAAJ4oAABAAAWlyAAE 9
    Regards,
    G V Sreenivasulu

  • Dreamweaver cs6 site selection list too long

    I just noticed today that my site selection list in the file tab group was extending past the bottom of my screen, and I was not able to select one of the sites near the bottom of the list.  When I hook up to dual monitors, and move dreamweaver to the second screen it does not extend past the bottom of the display, and I'm able to choose the ones near the bottom of the list.
    Has anyone else seen this problem, and is there a work around for it?  I'm working off of a laptop, and the dual monitor is not always an option for me.

    Please report this as a bug:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • How to select different Querys based on Variable Value

    Hi guys i need to know how to select different Querys, based on variable values selected by the user, i try to do it using a Web Template but i don´t know how to program a Dynamic Query.....
    I hope sombody could help me with this
    Message was edited by: Oscar Diaz

    Hi Diaz,
    Can you explain the exact scenario which you are looking for!!!
    regards
    Happy Tony

  • Select Functional Location based on Class

    Hi,
    In a query, I need to select the functional locations (TPLNR) based on class (KLASSE_D) and Functional Location Category(FLTYP) which are defaulted on the selection screen. FLTYP = 'G' and LKASSE_D = 'GT_RETOB'  are the values always defaulted on the selection screen.
    I was hoping to select the data from table IFLOT based on FLTYP and filter it by class later. In PROD system, we have about  7 million records in IFLOT where FLTYP = 'G'.
    Can anybody know a better way to select the data based on these 2 conditions?
    Thanks.

    Hi,
    Normally the way I check for tables is as below,
    Go to the screen or transaction to know the tables then on top menu System select option status
    2. You will get pop-up, select Program screen double click, it will open ABAP editor,
    3. Here on Menu utlities select Display Object List or (CtrlShiftF5) will take you to another screen where on left you can see menu for all the Function modules, Dictionary structures etc. Normally we can find related tables from Dictionary structures.
    For getting exact tables it is always trial and error method. Pass some available data and check what are the required fields how to get dependent entries etc.
    Hope it help's.
    Regards,
    N.Nagaraju
    Edited by: NAGARAJU NANDIPATI on Jan 28, 2011 10:35 AM

Maybe you are looking for

  • I want 81/2 x 11 prints buy my HP software only lists 8x10

    My HP 4620 software offers 8x10 printing, besides many other sizes, but not 81/2 x 11, though most other printers I've had do have that option.  It does make a difference in printing on 81/2 x 11 paper, since it  produces a smaller picture that I hav

  • M-Audio Studiophile AV 40 vs. klipsch promedia 2.1

    I'm looking for some new computer speakers, and these both seem like a good choice. I want a huge amount of bass, but i will use them mostly for listening to music so I want clear highs and mids, and I can't decide which would be better for listening

  • How to use Strobe with Cloudfront distro

    How to use Strobe with a Cloudfront distrobution (with a key pair, encryotion policy expiry ...etc...) also... any playlist support ?

  • Ssandb48

    I am trying to convert a 1099 pdf to word or excel to update.  It doesn't seem to work.  Any ideas?

  • HELP! noob requires help

    hi , im new to java and im writing a simple program, but the arithmetic is just too confusing! i have to write a program that asks a user for their birth year encoded as two digits (like "62") and for the current year, also encoded as two digits (lik