Change product language with upgrade?

Hi there,
we're currently working on CS4 Production Premium in german and would like to change to ENGLISH with the new upgrade to the latest installment of the Suite, CS5.5. Is that possible in an easy way or do we have to purchase the german version of 5.5 and after that swap the product again (by destroying our german 5.5 and getting shipped the english version)?
Thanks in advance,
Stefan

Hi,
String user = null;
     try {
      user =
       WDClientUser
        .getCurrentUser()
        .getSAPUser()
        .getUniqueName();
     } catch (WDUMException e) {
      // fpm.getMessageManager().raiseException(wdThis.wdGetAPI().getComponent(), e);
try{
wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess("user"+user);
IUserFactory userfact = UMFactory.getUserFactory();
IUserMaint userMaint = userfact.getMutableUser(user);
userMaint.setLocale(Locale.FRENCH);
userMaint.commit();
wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess("success");
}catch(Exception e){
Hope this code helps you.
Cheers-
Pramod

Similar Messages

  • How can I change the language with the .dat (.bak) file?

    How can I change the language with the .dat (.bak) file? Is it legal?
    How does it work?
    Thanks for answering

    https://discussions.apple.com/message/17364930#17364930

  • Could i change the language with the keyboard buttons ?

    could i change the language with the buttons ? i mean something like command+ctrl+alt or shift,idk. thank you

    I think this might help you
    Switch language using keyboard shortcuts
    To select the input source (language) you previously used, press Command-Space bar.
    To select the next input source in the Input menu, press Command-Option-Space bar.
    If Spotlight opens when you’re switching input sources, see:
    If Spotlight opens when you’re switching input sources

  • Problem, change the language with dynamic text

    I am looking for a way to change simply the language of my flash animation
    I work with flash cs4
    of course I got Mylocale.as:
    import mx.lang.Locale;
    class MyLocale extends mx.lang.Locale {
    static function start():Void {  
    var langCode:String = xmlLang;
    currentXMLMapIndex = 0;
    xmlDoc.load(xmlMap[langCode][0]);
    static function setXMLLang(langCode:String):Void {
    xmlLang = langCode;
    and different xml files in the same folder than my swf file
    in string , I ticked : "replace  strings automatically during the execution"
      with a default language (I am wondering if the problem is not from there)
      if I tick: "replace strings manually using the scene language " or "replace strings via actionscript"
    my code does not work.
      then I kept: "replace strings automatically during the execution"
    in my flash animation I have several scenes (pages)
    p1, p2, p3, p4
    in p1
    I created a language bar
    then 2 layers inside
    Layer--action:
    langListener = new Object();
    langListener.change = function(eventObj) {
    var target = eventObj.target;
    var newLang = target.selectedItem.data;
    MyLocale.setXMLLang(newLang);
    MyLocale.start();
    lang_cb.addEventListener("change", langListener);
    // Force Japanese
    lang_cb.selectedIndex = 1;
    lang_cb.dispatchEvent({type:"change"});
    Layer--language ex Fr:
    // Forces combobox to have the correct value
    on (release) {
    var component = _parent.lang_cb;
    for (var i=0; i< component.length; i++) {
    var item = component.getItemAt(i);
    if (item.data == "fr") {
    component.setSelectedIndex(i);
    component.dispatchEvent({type:"change"});
    break;
    ex Ja :
    // Forces combobox to have the correct value
    on (release) {
    var component = _parent.lang_cb;
    for (var i=0; i< component.length; i++) {
    var item = component.getItemAt(i);
    if (item.data == "ja") {
    component.setSelectedIndex(i);
    component.dispatchEvent({type:"change"});
    break;
    When I change the language in p1 , the language is also modified in p2, p3 and p4
    however , after a navigation in p2, p3 and p4 , once I come back in p1 , the default language is back automatically although I did not touch the language bar!!
    I don't know how to solve the problem
    to my mind , the script reset itself each time I come back on p1
    is there a way to keep the saved settings even when I am back on p1 until I modify manually again the language bar
    thanks a lot

    I am looking for a way to change simply the language of my flash animation
    I work with flash cs4
    of course I got Mylocale.as:
    import mx.lang.Locale;
    class MyLocale extends mx.lang.Locale {
    static function start():Void {  
    var langCode:String = xmlLang;
    currentXMLMapIndex = 0;
    xmlDoc.load(xmlMap[langCode][0]);
    static function setXMLLang(langCode:String):Void {
    xmlLang = langCode;
    and different xml files in the same folder than my swf file
    in string , I ticked : "replace  strings automatically during the execution"
      with a default language (I am wondering if the problem is not from there)
      if I tick: "replace strings manually using the scene language " or "replace strings via actionscript"
    my code does not work.
      then I kept: "replace strings automatically during the execution"
    in my flash animation I have several scenes (pages)
    p1, p2, p3, p4
    in p1
    I created a language bar
    then 2 layers inside
    Layer--action:
    langListener = new Object();
    langListener.change = function(eventObj) {
    var target = eventObj.target;
    var newLang = target.selectedItem.data;
    MyLocale.setXMLLang(newLang);
    MyLocale.start();
    lang_cb.addEventListener("change", langListener);
    // Force Japanese
    lang_cb.selectedIndex = 1;
    lang_cb.dispatchEvent({type:"change"});
    Layer--language ex Fr:
    // Forces combobox to have the correct value
    on (release) {
    var component = _parent.lang_cb;
    for (var i=0; i< component.length; i++) {
    var item = component.getItemAt(i);
    if (item.data == "fr") {
    component.setSelectedIndex(i);
    component.dispatchEvent({type:"change"});
    break;
    ex Ja :
    // Forces combobox to have the correct value
    on (release) {
    var component = _parent.lang_cb;
    for (var i=0; i< component.length; i++) {
    var item = component.getItemAt(i);
    if (item.data == "ja") {
    component.setSelectedIndex(i);
    component.dispatchEvent({type:"change"});
    break;
    When I change the language in p1 , the language is also modified in p2, p3 and p4
    however , after a navigation in p2, p3 and p4 , once I come back in p1 , the default language is back automatically although I did not touch the language bar!!
    I don't know how to solve the problem
    to my mind , the script reset itself each time I come back on p1
    is there a way to keep the saved settings even when I am back on p1 until I modify manually again the language bar
    thanks a lot

  • Change production order with deletion indicator

    Hello
    We have some production order with deletion indicator, status 'DLT'. We want to reative them and do GR. How can we do, can we remove the status 'DLT'
    Thanks
    Hailiang

    Hailiang,
    Its not possible to revoke the deletion flag.
    so you need to create new orders, and thats why its being suggested that think twice before setting deletion flag.
    if you are not sure with the orders you can set TECO , and it can ve easily revokeas and when required.
    Regards
    Ritesh

  • Change Browser Language with Javascript

    Hey
    I need to change the language of the user in the portal , using two small links , EN | PT  if the user clicks EN the browser language will be EN_US else pt_PT how can i do something like this?
    i'm looking for javascript solution mainly or anything else related to sap. thanks

    Hi,
    String user = null;
         try {
          user =
           WDClientUser
            .getCurrentUser()
            .getSAPUser()
            .getUniqueName();
         } catch (WDUMException e) {
          // fpm.getMessageManager().raiseException(wdThis.wdGetAPI().getComponent(), e);
    try{
    wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess("user"+user);
    IUserFactory userfact = UMFactory.getUserFactory();
    IUserMaint userMaint = userfact.getMutableUser(user);
    userMaint.setLocale(Locale.FRENCH);
    userMaint.commit();
    wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess("success");
    }catch(Exception e){
    Hope this code helps you.
    Cheers-
    Pramod

  • Productivity loss with upgrade to ECC 6.0?

    We are currently upgrading from 4.5B to ECC 6.0 and users have identified a few changes in ECC 6.0 which will negatively impact their productivity.
    For example when entering an MM invoice the company code used to auto-populate based on the purchase order, this does not happen with ECC 6.0.  Also keyboard short cuts like CRTL+F no longer bring up the find dialog on some screens - I know you can mouse click the find icon, but this sort of change adds up for our data entry folks. 
    Has any one else identified the same issues?  Is there a way to restore the old short-cuts or behaviours?
    Thanks,
    Brian.

    > For example when entering an MM invoice the company
    > code used to auto-populate based on the purchase
    > order, this does not happen with ECC 6.0. 
    If that is the it's certainly a bug. Did you search OSS notes? Also check the application documentation for that specific transaction...
    > Also
    > keyboard short cuts like CRTL+F no longer bring up
    > the find dialog on some screens - I know you can
    > mouse click the find icon, but this sort of change
    > adds up for our data entry folks. 
    Most of the "ABAP lists" have been replaced by using Windows control techniques (ALV-Grid) because programming those and maintaining those is easier. I'm not aware of shortcut for those... unfortunately...
    Markus

  • Changing product language

    I have installed oracle enterprise 10g database and I would like to have all the products in english language. At this time I have german language. Where can I change this?

    Hello,
    See following for more information for NLS_LANG
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15704/app_gblsupp.htm#sthref1121
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14225/ch3globenv.htm#sthref200
    Regards

  • How to automatically change spellchecker language with the change of the input language?

    Ubuntu 14.04, Firefox 30.0

    Try this addon and check if it works:[https://addons.mozilla.org/pt-PT/firefox/addon/dictionary-switcher/ Dictionary switcher]

  • Change language with item

    Please,
    I try to change the language with a text item. I have found code on the forum that I changed to this :
    htp.p('<a class="MenuLienLanguage" href="http://172.16.16.18:7778/pls/orasso/orasso.wwctx_app_language.set_language?p_http_language=fr-fr&p_nls_language=f&p_nls_territory=FRANCE&p_requested_url=/pls/portal/url/page/' || pageName || '">Francais</a>') ;
    The only problem I have is 'PageName' ? Is it possible to pass the name dynamical (with tag or procedure) ???
    Thx in advance,
    D.

    this link set language on sso level and you need set language on sso and midtire level as
    procedure print_lang as
    v_lang varchar2(10):=portal.wwctx_api.get_nls_language;
    begin
    htp.p('<script language="javascript">
    <!-- Comment out script for old browsers
    function redirect_language(lang,local,teritor){
    var link=window.location.href;
    document.pred.p_http_language.value=lang;
    document.pred.p_nls_language.value=local;
    document.pred.p_nls_territory.value=teritor;
    document.pred.p_requested_url.value=link;
    document.pred.submit();} //-->
    </script>');
    if v_lang='ru' then
    htp.p('<table CELLPADDING="0" CELLSPACING="0" BORDER="0"><tr>
    <td align="center" ><font class="PortletText1"><img src="/images/lang_ru.gif" border="0"><br><b>Russia</b></font></td>
    <td valign="bottom"><font class="PortletText1">/</font></td>
    <td align="center"><a class="PortletText1" HREF="javascript:redirect_language(''en'',''us'',''AMERICA'');"><img src="/images/lang_en.gif" border="0"><br>English</a></td>
    </tr></table>');
    else
    htp.p('<table CELLPADDING="0" CELLSPACING="0" BORDER="0"><tr>
    <td align="center"><a class="PortletText1" HREF="javascript:redirect_language(''ru-ru'',''ru'',''CIS'');"><img src="/images/lang_ru.gif" border="0"><br>Russia</a></td>
    <td valign="bottom"><font class="PortletText1">/</font></td>
    <td align="center"><font class="PortletText1"><img src="/images/lang_en.gif" border="0"><br><b>English</b></font></td>
    </tr></table>');
    end if;
    htp.p('<form ACTION="/pls/portal/PORTAL.wwctx_app_language.set_language" METHOD="POST" name="pred">
    <input TYPE="hidden" NAME="p_http_language" VALUE="">
    <input TYPE="hidden" NAME="p_nls_language" VALUE="">
    <input TYPE="hidden" NAME="p_nls_territory" VALUE="">
    <input TYPE="hidden" NAME="p_requested_url" VALUE="">
    </form>');
    end;
    may it helps

  • A function to change the language in a text editor

    i develop a text editor in director MX and i want a function
    to can change the language with a button in english and in greek.
    Specifically the user will press the "greek button" if he
    want to write text on greek and the "english button" if he want to
    write text in english.
    thanks
    Sergios sergiou

    The latest version of ActiveCompanionSet xtras provides full
    control over keyboard layout. You may check the current
    layout/language and switch to another one. See details here:
    http://www.xtramania.com/Documentation/VbScriptXtra/Usage2/Wrappers/System/
    This functionality is free. You may just download and use
    it.

  • Macro won't change the language of some characters - GUI input works fine

    I have an issue where certain characters in documents are in the SimSun font and the language is set to "Chinese (PRC)". I wrote a macro that successfully changes the font from simsun to another font, but it doesn't work if the language is Chinese
    (PRC) and perhaps others, but this is the only case I have found so far.
    It works fine if the language is English to begin with. Even more frustrating is that fact that, if I "Select All -> Language USEnglish" via the GUI after I run the SimSun change macro, the characters that the macro already worked on will change
    appropriately.
    However, if I try to change the language with a macro it doesn't work. I can literally record my actions that work as a macro, but when I run the macro, it doesn't work. 
    Does anyone know what causes this behavior? Is there any way to fix it?
    This is what I use. 
        Selection.WholeStory
        Selection.LanguageID = wdEnglishUS
        Application.CheckLanguage = False
    Thanks!

    Edit: I'm currently working with Word2013 but I know this same behavior is replicated in word 2010 on a different computer.
    Okay, here is some test data:
    https://onedrive.live.com/view.aspx?cid=608A603435D13670&resid=608A603435D13670%21111&app=Word
    and here is the data after I run the macro:
    https://onedrive.live.com/view.aspx?cid=608A603435D13670&resid=608A603435D13670%21116&app=Word
    If I manually (through the GUI) select all and set the language, the text comes out fine. However, those steps have no effect when run as a macro, even if I record them and they while they work correctly.
    I actually can't seem to change the language of Chinese (PRC) at all with a macro but the GUI does seem to work.
    Here is the full code that I am running. It's got a few extra lines in there because I was trying to figure out if I could get it to change the language to English somehow:
    Sub charReplacement(charToRep As String, replacementChar As String)
        Selection.HomeKey wdStory
        With Selection.Find
            .ClearFormatting
            .Format = False
            .Text = charToRep
        With .Replacement
            .ClearFormatting
            .Text = replacementChar
        End With
            .Execute Forward:=True, Replace:=wdReplaceAll
        End With
        Selection.WholeStory
        Selection.HomeKey
        With Selection.Find
            .Text = replacementChar & " "
            .Replacement.Text = replacementChar
            .MatchCase = False
            .MatchWholeWord = False
            .MatchWildcards = False
            .ClearFormatting
            .Replacement.ClearFormatting
            .Execute
            .Execute Replace:=wdReplaceAll
        End With
    End Sub
    Sub changeSimSun() 'N.B.: This method appears not work when the language is something other than US/UK English
        ActiveDocument.TrackRevisions = True
        Selection.WholeStory
        Selection.LanguageID = wdEnglishUS
        Application.CheckLanguage = False
        Selection.NoProofing = False
        Application.ResetIgnoreAll
        ActiveDocument.SpellingChecked = False
        ActiveDocument.GrammarChecked = False
        ActiveDocument.ShowGrammaticalErrors = True
        ActiveDocument.ShowSpellingErrors = True
        Selection.HomeKey
        Selection.Extend
        currentFont = Selection.Font.Name
        Selection.HomeKey wdStory
        Selection.Find.ClearFormatting
        Selection.Find.Font.Name = "SimSun"
        With Selection.Find
            Do While .Execute(FindText:="", Forward:=True, _
                MatchWildcards:=True, Wrap:=wdFindStop, MatchCase:=False) = True
                Selection.LanguageID = wdEnglishUS
                Selection.Font.Name = currentFont
                Selection.Collapse wdCollapseEnd
                Selection.MoveRight 1
            Loop
        End With
        Selection.WholeStory
        Selection.LanguageID = wdEnglishUS
        Application.CheckLanguage = False
        'simsun character replacement
        charReplacement ChrW(8451), "°C "
        charReplacement ChrW(12289), ", "
        charReplacement ChrW(65287), "'"
        charReplacement ChrW(65041), "'"
        charReplacement ChrW(65288), "("
        charReplacement ChrW(65288), ") "
        'symbol character replacement
    End Sub

  • How to change the language of playlist from italian to english

    how can i change the language of my playlist from italian to english even i change already the language setting still the playlist is italian

    Language depends on what version of license you've bought. If you've bought a 'Chinese' license, you're stuck with 'Mandarin' or 'Cantonese' UI language.
    If you purchased a Multi-lingual license (which I doubt they sell these days) and if you did install the 'optional language packs' when installing Photoshop, go to Photoshop Preferences (Edit > Preferences in Windows, Photoshop > Preferences in Mac) > Interface > UI Language - change here.
    Also, keep in mind that if you do change the language with multi-language installation or change your locale, Photoshop may ask you to re-enter and re-activate your license.

  • How to change the language of CS6 from Chinese to English?

    Dear Sir / Madam,
    How to change the language of CS6 from Chinese to English?
    Please give me advice.
    Many thanks,
    Eddie

    Language depends on what version of license you've bought. If you've bought a 'Chinese' license, you're stuck with 'Mandarin' or 'Cantonese' UI language.
    If you purchased a Multi-lingual license (which I doubt they sell these days) and if you did install the 'optional language packs' when installing Photoshop, go to Photoshop Preferences (Edit > Preferences in Windows, Photoshop > Preferences in Mac) > Interface > UI Language - change here.
    Also, keep in mind that if you do change the language with multi-language installation or change your locale, Photoshop may ask you to re-enter and re-activate your license.

  • Mail Feature Request: "Change spellcheck language" button

    Hello
    I am writing Emails in three different languages and find it very tedious in Mail to change the language of the spellcheck. For people living in the English speaking part of the world it is probably a feature not so often used, but in other parts of the world this might be different. Changing language once or twice is not so bad, but if you do it five times a day it really starts bugging you the way it works in Mail now.
    I really wish Mail had a button somewhere where you could change the language with a simple mouse click. At least as an option to add to the button layout. Or as a submenu in the context click where you can choose the spellcheck language.
    Thank you
    Great program otherwise!!

    For Apple to see your request, you need to use this link:
    http://www.apple.com/feedback/macosx.html

Maybe you are looking for