Retrive current language in an ISO format ?

Hi
portal.wwctx_api.get_nls_language returns "e" for spanish, "f" for french, "en" for english, and so on ...
Is it possible to get the current portal language in an ISO format, such as ISO 639-1, ISO 3166-1, or even ISO 639-1_ISO 3166-1 ? for instance "en_US", "fr_FR","en_GB", etc ... ?
Loko

If it's really a single action that should be performed only once, why don't create a program that selects all corresponding addresses into an internal table, then update your language in this table and then update the original address table (ADRC) from this internal table.
Is also a little faster!
A good programmer will fix such a program within 10 minutes!
If helpfull .... (you know the drill).
Regards, Jacques

Similar Messages

  • I teach Continuing education classes to Real Estate agents and I need to issue them certificates at the class, whihc need to be signed by me and it needs to contain their info on the certificate. The certificate is currently saved in a word format.What i'

    I teach Continuing education classes to Real Estate agents and I need to issue them certificates at the class, whihc need to be signed by me and it needs to contain their info on the certificate. The certificate is currently saved in a word format.What i'm trying to accomplish is to do a "mail merge " ( as some classes i have as many as 150 attendees) for the document, digitally sign each one with my signature on the certificate and then e-mail it out to the respective attendees. can this be done? if so How?

    This is the step that I took after inputting my signature.
    On the right, after saving my document, I click "Get Others to Sign."  I was confused because it says that it's powered by EchoSign.  Like I stated before, my clients are able to sign this document when I send it to them, but it is returned to me with their signature (not in the signature field, but at the end of the document), and my signature is missing.  I tested this on myself - my signature is missing when they receive it. 

  • How to obtain Windows 7 or 8 for Macbook Retina (needs to be ISO format)

    Hi all!
    I am trying to buy a copy of Windows (either 7 or 8) for my Macbook Retina so that I can Boot Camp it. However because there is no optical drive for the retina model, the OS needs to be in ISO format. Can anyone provide any suggestions as to how I can obtain a legit download of Windows? The Microsoft website appears to only provide upgrade options. Any assistance is much appreciated.

    My Digital Life has ISOs of Win 7. You BUY a copy of Windows 7 with license key then download the same version, Home/Pro/Ultimate, from the My digital life site and use the license key that came with your Retail copy.
    Or find someone that has a PC and create your own ISO from the DVD disc.

  • Change description of user fied according to current language

    Hi,
    I have added a user field to a system table. When a system matrix shows the system table, my user field is visible but when I change the current language the title of my column is always the same, the description of my user field.
    Is it possible to define a description by user languages for a user field added ?
    Bests regards
    Bertrand

    Hi!
    Can you share your solution? I've got the same problem.

  • Currently FM SO_NEW_DOCUMENT_ATT_SEND_API1 generates .xls format

    Currently FM SO_NEW_DOCUMENT_ATT_SEND_API1 generates .xls format, my requirement is to generate .txt fromat with tab delimited fomrat. Can any one help out in this plz? its very urgent

    Hi Manohar,
    <li> If you had successfully generated mail with excel attachment, It is easy to generate Text attachment. You need to change the following code for Text attachment.
      "Write Packing List for Attachment
      w_packing_list-transf_bin = 'X'.
      w_packing_list-head_start = 1.
      w_packing_list-head_num   = 1.
      w_packing_list-body_start = 1.
      DESCRIBE TABLE i_attachment LINES w_packing_list-body_num.
      w_packing_list-doc_type   = 'TXT'.
      w_packing_list-obj_descr  = 'TEXT Attachment'.
      w_packing_list-obj_name   = 'TXT_ATTACHMENT'.
      w_packing_list-doc_size   = w_packing_list-body_num * 255.
      APPEND w_packing_list TO i_packing_list.
      CLEAR  w_packing_list.
    <li> For reference, have a look at the link. <strong>[Mail with Text Attachment|http://an-abaper.blogspot.com/2008/04/mail-with-text-attachment.html]</strong>
    Thanks
    Venkat.O

  • How can i change the current language

    Hello,
    how can change the current language(sy-langu) of BSP -Application. I searched everywhere, but i can't find someone about this?
    Can u give me a example or an link?
    thx

    Hi Sabestian,
    You can use the URL parameter sap-language .  For more information check [this|http://help.sap.com/saphelp_nw04/helpdata/en/ce/3dd23a09313b37e10000000a11405a/frameset.htm] link.
    Regards,
    Anubhav

  • Change current language

    Hello,
    Is there a function module that change the current language ?

    Hello,
    In what context ?
    Do you want to call a function module that suddenly all your elements (transactions, screens, ...) appear in another language, because that is not possible.
    During logon SAP initializes already a lot of user buffers based on the logon language.
    Logon language of course can be changed, during logon or via a parameter per user in the user master.
    Or do you want to change the current language of some repository elements (reports, screens, ...) ?
    Wim

  • Change the current language

    hi,
    in my application ,i want to change the current language: english to arabic.

    See the API for javax.microedition.lcdui.TextField
    http://java.sun.com/javame/reference/apis/jsr118/
    -- click http://java.sun.com/javame/reference/apis/jsr118/
    -- click TextField
    db

  • How to get current date in a specified format ?

    Hi,
    I want to get the current date (java.util.Date()) in the format yyyy-MM-dd HH:mm:ss.
    Can you please tell me as to how to get that ?
    Regards

    I have used the same and the code looks like this. But i am getting java.text.ParseException : UnParseable Date: "Fri Jul 11 13:29:43 CDT 2003"
    The Code is :
    java.util.Date sysDate = new java.util.Date();
    SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
    String formatted_date = df.format(sysDate);
    It is erroring out in the last statement !!

  • How to get current language bar setting for input language

    I am using Flex Builder 3, IE 7 and windows OS. Is there a
    way to determine the current input language as set in the "language
    bar"? The Capabilities class always returns "en" even after I set
    Chinese ("ch") as my input language.

    Hi Dragon Cao,
    No need to create any customer exit variable for this ..
    You have standard variable CMONTH this displays current month summation. Just restrict your Key figure with this variable.
    And in properities of Key figure goto Calculations> Local Calculations> select Summation.
    If you want to assign some calday at run time sure you need to create customer exit variable using Step_2 value in enhancements(CMOD).
    Regards,
    Rajeswari.
    Edited by: mrajeswari on Aug 24, 2011 12:35 PM

  • En-CA Language has incorrect Date Format in SSRS report

    When I set the Language on a Report to "en-CA", then dates are formatted as dd/mm/yyyy.
    This differs from the OS default format of yyyy-mm-dd for en-CA.
    Is there any way to tweak the date format for a specific Language in SSRS?
    Please don't say I need to add Format() calls to all of the dates in the reports...  What I want to do is just give SSRS the correct date format for "en-CA" and let it do the work of formatting automatically.
    [url=http://www.spritehand.com]www.spritehand.com[/url] | [url=http://www.andybeaulieu.com]www.andybeaulieu.com[/url]

    Hi Andy,
    In Reporting Services, by default, formats for date are determined by the report server language at run time. The report server language is the language of the operating system on which the report server is installed. This language is determined by the regional
    settings of the computer.
    Generally, the report server language supports for all ten of the SQL Server languages. But the en-CA language is not supported by SQL Server. In this way, the report server uses the mostly closely matched language of the operating system as the language.
    For example, the operating system is Canada English. Because Canada English and U.S. English are in the same language family, it chooses the SQL Server language resource that most closely matches Canada English (in this case U.S. English). So the date format
    uses en-US format.
    Reference:
    http://msdn.microsoft.com/en-us/library/ms156493.aspx
    Thank you for your understanding.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Formatting dates according to language defined in "Regional format" (not "Country/Region") setting

    Hi all,
    How do I format a date/time value according to the language defined in Settings > Region > Regional format on Windows Phone 8.1 (WinRT)?

    Hi Gabriel,
    Windows.Globalization.Language class provide the functionality to the regional format in windows phone, access it and create
    a new cultureInfo object. Have a look at the following link for details.
    https://social.msdn.microsoft.com/Forums/windowsapps/en-US/d7d5ed31-9904-4a95-974e-26e38a8e177f/datetime-localization-based-od-reginal-format-not-on-language-setting?forum=wpdevelop.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • In system preferences - languages and text - the formatting of numbers does not respond, In system preferences - languages and text - the formatting of numbers does not respond

    When in system preferences, under languages and text, and within it in regions, there is a place where you can format numbers - or currencies by indicating that you want a dot in decimals and comma in thousands, for instance.  This is in order to format numbers in calculating sheets, either in numbers of excell.
    Since I have moved to Mountain Lion, this does not work.  However, with an apple advisor, we were able to determine that it is not a global problem, it seems to be a problem in my computer.  We found this out when we created a new administrator user as a test, and the formatting mentioned above works like a charm.
    Then we tried separating all my preferencies into a untitled folder restarted and got a set of new prefernces for my own user, and the formatting required did not work.
    Now I am - as you can see - quite stumped, the advisor told me it might be in the home folder, but I lost touch with him, and I am hoping that I can find SOMEONE that can help me with this issue.
    Thank you

    Hi there!  Just reading that paragraph I hurt all over
    But I got it solved and I would like to share it with you.  I actually called Apple and they created a user roots, and from the library in the HD replaced the preferences.  After that it worked like a charm.... But that is not all, then excel did not work, even if preferences did, so I went and uninstalled microsoft office, and reinstalled so that was that...
    I use safari... I love it, but thanks for all your offers.  If I even do need something, I will let you know. and PLEASE let me know if what I wrote above makes sense.... but it works
    Take care

  • Current week + year in this format (2011-WK29)

    Hi friends.
    I am using this query to get the current week
    select to_char(sysdate,'IW') from dual;I want to edit this query and add the current year also in this and the format should be 2011-WK29
    Thanks in advance
    Regards
    Edited by: User_Apex on Jul 19, 2011 12:48 AM

    Hi Chaitu
    Thanks. This worked
    select to_char(sysdate,'YYYY"-WK"IW') from dual;Regards

  • Howto Current System Time in the format YYYYMMDDHHMMSS

    Hi, Is there a way to calculate current system time in java so the output will be in the format YYYYMMDDHHMMSS?

    Create a Date object from the system time:
    long now = System.currentTimeMillis();
    java.util.Date date = new java.util.Date(now);
    System.out.println(date);
    You can then use the SimpleDateFormat class to format the Date however you want.

Maybe you are looking for

  • Force repricing on SO at change of non key partner

    Hello, We have a scenario where we are partly basing pricing on if there is a sales agent partner function (custom defined) on item level on the SO. We have added the fields to the condition tables etc and the pricing works fine. However I want to tr

  • Is there a way to have the same information appear twice on a form?

    I have a form set up for campers to register for a week of camp The first page is general information the 2nd page will be a Health record. When I print it off 1 page goes to the registration table and 1 page to the Nurse. I need the campers name and

  • Uninstall Adobe LiveCycle Designer

    Hi to all, I installed CS3 Design Premium on my laptop, including Acrobat Professional 8. It installed Adobe LiveCycle Designer too, but I don't use it, so I want to remove it to recover HD space. I ran the installation DVD of CS3 to get rid of the a

  • I CAN NOT BELIEVE APPLE OFFERS NO PHONE CUSTOMER SERVICE FOR ITUNES USERS!

    I have been unable to access my purchased music on my new computer (the old one crashed before I could back up my purchased itunes music). I clicked "check for purchases," and received one of several television shows I purchased and NONE of the dozon

  • Mount encrypted os x timemaschine volume

    Hi guys, having a little problem here. I switched from OS X 10.7 to arch a few weeks ago. Migrated all the data(at least i thought so) and was happy. Now I recognized I forgot to backup a important TrueCrypt keyfile. Well....fu** So here is the probl