Multi-language currency sign display

Did anyone figure out how to display multiple currencies utilizing unicodes. I have a need to dynamically display euro, yen, pound, or us dollar signs. The currency sign needs to be stored within database and pulled out on the form or report needs.

I am not sure what you mean by displaying currencies utilizing Unicode. The four currencies that you listed can be supported by the Microsoft English Windows codepage-1252 without going to Unicode. And also you don't need to store currency symbols inside the database, it can be retrieved via SQL by dynamically changing the NLS_TERRITORY session parameter.
SQL> alter session set nls_territory=america;
Session altered.
SQL> select to_char( '123.45','L999.99') from dual;
TO_CHAR('123.45',
$123.45
SQL> alter session set nls_territory="united kingdom";
Session altered.
SQL> select to_char( '123.45','L999.99') from dual;
TO_CHAR('123.45',
�123.45
SQL> alter session set nls_territory=japan;
Session altered.
SQL> select to_char( '123.45','L999.99') from dual;
TO_CHAR('123.45',
�123.45
SQL> alter session set nls_territory=france;
Session altered.
SQL> select to_char( '123,45','L999.99') from dual;
TO_CHAR('123,45',
�123.45

Similar Messages

  • Display totals with currency sign in ALV

    Hi,
    I have to display totals with currency sign in ALV.
    column1      colums2
    10               USD
    20               USD
    30               USD
    40               USD
    100            USD
    Can anybody help on this.
    Regsrds,
    Zak.

    Hi,
      fieldcatalog-fieldname   = 'NETPR'.
      fieldcatalog-seltext_m   = 'Net Price'.
      fieldcatalog-col_pos     = 7.
      fieldcatalog-outputlen   = 15.
      fieldcatalog-do_sum      = 'X'.        "Display column total
      fieldcatalog-datatype     = 'CURR'. "
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
    Thanks
    Vikranth

  • How to use a dictionary for multi languages when displaying mess

    how to use a dictionary for multi languages when displaying messages??

    1st you have to define new messages in the dictionary:-
    1.     We have to open the application.
    2.     Functional administrator responsibility.
    3.     Core services.
    4.     Messages.
    •     Create message button.
    •     Now fill the name of the message that we want to call it from our code in the Code field.
    •     Fill the application name with short name of the application.
    •     Choose the language.
    •     Set the text you want to be displayed.
    2nd, Now in the CO in the in the process form request you will code throw new OAException ("application short name","Code").
    Now run and see the result.
    3rd we want to use Arabic messages, use the same one you have created for saving as an example but you choose duplicate and set the language Arabic.
    •     Run the page.
    •     Choose preferences.
    •     Current Session language = Arabic.
    Now you can see the result.

  • Multi Language- Picklist fields are displayed only one language for Reports

    Hi!
    I am working on Siebel On Demand with Multi Language (English and Spanish) and it works well for web interface, the automatic translation for picklist works properly.
    However when I create any report (with any Record Type) the fields setup with picklist are displayed only in spanish language even though I am on English mode.
    Have you any reference(s) or previous experience(s) on that?
    Thanks in advance
    Mtb

    Hi,
    in reports the language of the picklists corresponds always to the company default language.
    The only solution I now (its really static and not so nice):
    Create one report per language and change the picklist field by using CASE statements...you see its hard to refresh if you have lots of values :)
    cheers
    Myriam

  • Multi-Language view display rules

    Hi,
    Has any of you made any testing with display rules on multi-language views. I can't find any example, and it's not clear how to select which values to show depending on the user locale...

    The only method I can suggest would to use a DataTable with the text of each label inside.
    1 2 3 4 5
    A English Stop Go On Off
    B Spanish Alto Ir En Apagado
    C German Halt Gehen Auf Ab
     (Example, translations are probably not 100% )
    Forshock - Consult.Develop.Solve.

  • Display Multi language text

    Hi All,
    I would like to display all language text
    I am getting as a parameters.
    How i can display multi language text?

    You can do something like this
    http://wiki.mediaboxtraining.com/doku.php/tutorials:flex:localization
    If this post answers your question or helps, please kindly mark it as such.

  • ESS Homepage Multi Language not displaying other than English & German

    Hi,
    We are implementing ESS Travel Management in 6 language English, German, French, Turkish, Spanish, Portugese
    Currently we have maintain the transalation for all language,  Homepage Framework display fine in English & German language
    For this we have set the JCo language as blank for SAP_R3_SelfServiceGenerics & SAP_R3_SelfServiceGenerics
    Also browser language based on language we select.
    Our Issue is for other remaining language French, Turkish, Portugese If the user login with french language & browser as FR the Homepage Framework give an error in French:(Le groupe de domaines SAPDEFAULTESS_ERP2005 n'existe pas.)
    One strange thing I found is the JCo If I check the Jco in preview mode under security I click the language tab there are 2 language maintain in table (EN, DE) If I want to add remaining language in the table from where I can add, is this related to the resource bundle please suggest. 
    Please let me know what can be the issue.
    Screen Shot
    Erreur critique
    Une erreur critique s'est produite. Le traitement de ce service a été interrompu. Les données non sauvegardées ont été perdues.
    Contactez votre administrateur système.
      Le groupe de domaines SAPDEFAULTESS_ERP2005 n'existe pas.   
      Le groupe de domaines SAPDEFAULTESS_ERP2005 n'existe pas.:com.sap.pcuigp.xssfpm.java.FPMRuntimeException: Le groupe de domaines SAPDEFAULTESS_ERP2005 n'existe pas.
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:112)
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:122)
         at com.sap.xss.ser.xssmenu.fc.ModelHandler.onInit(ModelHandler.java:223)
         at com.sap.xss.ser.xssmenu.fc.wdp.InternalModelHandler.onInit(InternalModelHandler.java:429)
         at com.sap.xss.ser.xssmenu.fc.FcXssMenu.setPersonnelNumber(FcXssMenu.java:583)
         at com.sap.xss.ser.xssmenu.fc.FcXssMenu.onInit(FcXssMenu.java:291)
         at com.sap.xss.ser.xssmenu.fc.wdp.InternalFcXssMenu.onInit(InternalFcXssMenu.java:455)
         at com.sap.xss.ser.xssmenu.fc.FcXssMenuInterface.onInit(FcXssMenuInterface.java:165)
         at com.sap.xss.ser.xssmenu.fc.wdp.InternalFcXssMenuInterface.onInit(InternalFcXssMenuInterface.java:388)
         at com.sap.xss.ser.xssmenu.fc.wdp.InternalFcXssMenuInterface$External.onInit(InternalFcXssMenuInterface.java:545)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:922)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:891)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPMProxy.attachComponentToUsage(FPMComponent.java:1084)
         at com.sap.pcuigp.xssutils.navi.FcNavigation.onInit(FcNavigation.java:313)
         at com.sap.pcuigp.xssutils.navi.wdp.InternalFcNavigation.onInit(InternalFcNavigation.java:358)
         at com.sap.pcuigp.xssutils.navi.FcNavigationInterface.onInit(FcNavigationInterface.java:145)
         at com.sap.pcuigp.xssutils.navi.wdp.InternalFcNavigationInterface.onInit(InternalFcNavigationInterface.java:142)
         at com.sap.pcuigp.xssutils.navi.wdp.InternalFcNavigationInterface$External.onInit(InternalFcNavigationInterface.java:282)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:922)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:891)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPMProxy.attachComponentToUsage(FPMComponent.java:1084)
         at com.sap.pcuigp.xssutils.roadmap.VcRoadmap.onInit(VcRoadmap.java:188)
         at com.sap.pcuigp.xssutils.roadmap.wdp.InternalVcRoadmap.onInit(InternalVcRoadmap.java:162)
         at com.sap.pcuigp.xssutils.roadmap.VcRoadmapInterface.onInit(VcRoadmapInterface.java:153)
         at com.sap.pcuigp.xssutils.roadmap.wdp.InternalVcRoadmapInterface.onInit(InternalVcRoadmapInterface.java:144)
         at com.sap.pcuigp.xssutils.roadmap.wdp.InternalVcRoadmapInterface$External.onInit(InternalVcRoadmapInterface.java:220)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:564)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:438)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:196)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:756)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:291)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:220)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1289)
         at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:356)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:549)
         at com.sap.portal.pb.PageBuilder.wdDoInit(PageBuilder.java:193)
         at com.sap.portal.pb.wdp.InternalPageBuilder.wdDoInit(InternalPageBuilder.java:150)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:756)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:291)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Edited by: Akshay Patro on Jul 1, 2009 5:39 PM

    Hi,
    If your homepage framework is working for German language then check if your setting are properly maintain for Area Group Key  SAPDEFAULTESS_ERP2005 in French Turkish Portugese..
    Solution:Login to system in each language i.e FR, TR, PT
    navigate to SPRO>FA>TM>ESS>Homepage FR> select Header & Area Group Pages>
    Select Define Area Group Pages > Add Entries> Select the SAPDEFAULTESS_ERP2005  Key check weather the Area Group
    Role Text is maintain for FR TR PT if not maintain the translation your problem will be resolved.
    Do let me know the status of homepage..
    Regards
    Swapnil

  • How to change currency sign in report

    How can I change the currency sign in report like from dollar to pound sign. Any help and advice will be highly appreciated.

    Sherry,
    I'm stumbling my way thru the same question. we need to print the currency symbol based on the country defined in the data. here's the not-so-short answer:
    we're looking into storing the currency symbol as a unicode value (NVARCHAR2 field) in the database by country and linking it to the data selected in the report. I have a select statement in the report sql that retrieves the correct unicode value per data row. the question then seems to become: do i want to display the field as a number with a format mask, or convert the whole thing to a string/char value?
    Keeping everything as a number, in the report format field Format Trigger, i create a mask for each field and call a function to do the following:
    v_format := q'{(}' || q'{"}' || p_currency || q'{"}' || v_format || q'{)}';
    this gives you a mask with the parenthesis for negative numbers, the currency as literal string, and the v_format (NN,NNN,NNN,NNN,NN0.00) for currency amounts. we vary the # of decimal places and pass that value into the function (just to make things complicated.)
    the 'uber complex' version of the function converts the number field to a string/char value. this allows you to change the decimal and separator values for an individual data row. we have not decided to implement this, but it works. you have to enter a 'bogus' character field in the report format and use srw.set_field to change the value at runtime. this keeps the value as a number in the sql for math, but a char to display. complicated. the function does this...
              v_format := '999G999G999G990';
              v_decimalplaces := MOD((p_decimalplaces * 10),10);
              IF v_decimalplaces > 0 THEN
                             v_format := v_format || 'D';
                   FOR i in 1..v_decimalplaces LOOP
                   v_format := v_format || '9';
                   END LOOP;
              END IF;
              CASE WHEN SIGN(p_value) >= 0
                   THEN
                        v_format := p_currency || TO_CHAR(p_value, v_format, 'NLS_NUMERIC_CHARACTERS = '',.'' ');
                        ELSE
                        v_format := '(' || p_currency || TO_CHAR(ABS(p_value), v_format, 'NLS_NUMERIC_CHARACTERS = '',.'' ') || ')';
                   END CASE;
    we would pass the values of NLS_NUMERIC_CHARACTERS to the function.
    the last 'hitch' is that not every UNICODE currency symbol displays properly. the euro (hex 20AC) is fine, but the korean won (hex 20A9) is not. the database character set is AL32UTF8, and the sql works fine in sql_developer. however, reports does not reliably display the symbol. i have a TAR into oracle at the moment, hoping for clarification. there seem to be many layers in oracle reports to get this to work (database character set, report server character set, font in developer, font on report server, etc.)
    let us know how it goes...an often asked, but rarely answered question (IMO). hopefully this gives you some ideas.
    thanks,
    john

  • Best practice for developing multi language Website

    Hi all
    I want to develop my website in multiple languages and I know that I can put all the msg string in the resource bundle or in the database, however, I think this makes the interface of the web becomes very difficult to develop because I can't see anything in the HTML editor. Another solution is to use XSL that I believe HTML editors is able to display the tagname or some description of the XSL tag but I am not sure about that because I haven't used it before.
    Have any expert web developers find a better solution or do you guys think XSL is the best solutions? Any suggestions are very welcome. Thank You!
    From
    Edmond

    being not familiar with xsl, I say go for resources. If you define your own tag to display text, it isnt that hard to understand, e.g.
    <translate id="hello.world"/>. That at least is how I make multi language website.

  • Multi-Language report in XML Publisher(Its is urgent, Please help)

    Hi All,
    I am working on Multi-Language report. We have installed just 3 languages (English, Japaneese, Spanish) but my requirement is to display the reports in few more un-installed languages like Korea, chineese etc. I tought of doing the lables (all hard coded fields) to translate using .XLIFF file. When i try to run the report, in language settings (this is the place where the XML report takes the language input)i can see only those languages which are installed. How can pass other languages (un-installed) as a parameter in the XML report?
    Please suggest. It is very urgent.
    Thanks,
    AS

    for this functionality, i had to write a custom package to submit the request for that particualr language and set the language while setting the parameters .
    Thanks.

  • Multi-language Help in a multi-language web app

    Hello!
    I had posted this on the RH HTML forum but removed that and
    posted here for a wider audience...
    ***Please note: this question is not specific to RH but is
    applicable now that RH 7 is unicode enabled. If you have experience
    that does not relate to RH, please share anyway!
    Once I have developed WebHelp (for example) in multiple
    languages, how do I connect the help files to the web application
    that the help is about? How does the correct language output get
    displayed? For example, the application (that the help documents)
    changes its interface based on browser language. Can the
    appropriate help content be displayed based on browser language?
    How is multi-language help generally implemented for an end user?
    And, equally important, how does context-sensitive help
    (mapping) work with multiple languages?
    I have never been involved in a multi-language development
    effort and so I have no experience to relate this to. Any guidance
    will be greatly (and gratefully
    ) appreciated!
    Kathy

    That's how our developers do it, but I just want to throw in
    one other detail. The help output for each language has to be in a
    separate directory. So if you have 5 languages, you'll have 5
    directories. It's up to the developers to code the app so it
    detects the browser language, then looks in the appropriate help
    directory when the user clicks your help link or icon.
    --Ben

  • Help: Multi-language Support in Jdeveloper 9i Log Window

    I have basically solved the multi-language display problem in code editor, compiling and run. If I send the output out of JDeveloper, it's displayed well.
    However, if I run or debug in JDeveloper and want to see the result in JDeveloper log window, the non-english characters are still not recognisable. Anyone knows the correct setting?

    Hi...
    It sounds like your encoding settings aren't set correctly. Your compiler encoding should be set to the same value as your environment encoding and this should usually be the same as your operating system default encoding (unless your app is encoded as Unicode).
    Set the encoding for compiler in the Project Properties under Profiles\Developement\Compiler. Leave it as default unless you have a good reason otherwise.
    Set the encoding for the environment in the Tools\Preferences menu item, in the Environment page. Leave it as default (which should = Compiler encoding) unless you have a good reason to change it.
    If you continue to have problems, I'll need to know the version of JDeveloper you're using, the OS and region settings, and the values set for for encoding in JDeveloper.
    Regards,
    Tony

  • Multi language support by crystal reports..

    Hi Experts,
    Please throw some info or links about multi language support by Crystal Reports.  How many languages it supports at present and what are they?
    Should we create indivitual universes for every language which are required?  if yes, is there any shortcut for the same.
    Need to know about single sign on faclity also.
    Please help.
    Regards
    BaaRaa.

    Just check these links. Hope it might help you.
    http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/e0dedc7d-89a4-2b10-5385-909205c9b99f
    Crystal Report 2008 support the following languages:
    u2022 Chinese Simplified
    u2022 Chinese Traditional
    u2022 Dutch
    u2022 English
    u2022 French
    u2022 German
    u2022 Italian
    u2022 Japanese
    u2022 Korean
    u2022 Portuguese (Brazil)
    u2022 Spanish
    u2022 Swedish

  • Multi Language Question

    I am using SAP MDM 5.5 SP6.  The Language set to English only for my test repository and all the fields are Multi language = NO. 
    My understanding is that if we are loading multi language data then Repository needs to set it for multi languages and fields set to multi lang = YES.
    If I am not mistaken,  I am able to load the multi Language data in English, Chinese(CN) and Portuguese (PT)  Russian(RU) etc and displayed correctly in the Data Manager.  When I syndicated as text file, it created correctly with multi Language as far as I know.
    My question is, this has anything to do with the file I am loading?.
    I am confused.  Anyone clarify this?

    Hi Mike,
    Yep it all depends upon the file you load, what ever data is there in the file will be mapped and loaded in the field irrespective of the language, and when you make ur repository/field multilingual it does not update it, those values will stay still in the English row only.
    Cheers,
    Cherry.

  • Totals text and currency sign in alv grid

    Hi!
    How to display totals text and currency sign in the totals part of the alv grid??
    Ex.
                  5    6
                  4    9
                  5    2
    Totals: $14 $17

    Hi,
    For Currency :
    https://forums.sdn.sap.com/click.jspa?searchID=11871008&messageID=3564279
    https://forums.sdn.sap.com/click.jspa?searchID=11871008&messageID=1019294
    For Total_text
    Maybe you will find something in examples SALV_OBJECTS.
    it's a package in the systems above 6.4 with new ALV. There are nice examples. Main package is SALV.
    https://forums.sdn.sap.com/click.jspa?searchID=11871273&messageID=3935361
    Regards,
    Shiva Kumar

Maybe you are looking for

  • How to add a new button in IC tool bar and handle the event for the button?

    Hi,     I am working on CRM 2007 Interaction center. To add a new button to IC toolbar, customizing is available to define a new button and then assign in to the profile. In SPRO->CRM->IC webclient->Customer Specifc System Modifications->Define Toolb

  • Assign multiple relationships at once

    Hi everyone...I am working in Primavera P6 Project Management Release: 7.0 Service Pack 3 (Build #: 00033036) When trying to assign multiple relationships at once, my computer will not allow me to capture multiple activities that have been assigned a

  • Related to holiday

    ladder would fall on the toddler, Taylor jumped off, landing unnaturally on the front part of her left foot. The foot was swollen for days, and Taylor remembers hobbling Chelsea vs Monterrey Live Stream - Chelsea vs Monterrey Live Stream - Chelsea vs

  • Does anyone know anything about servlets and multipart posting?

    im not getting much response on the servlet forum :( http://forum.java.sun.com/thread.jspa?threadID=701292&tstart=0 (i'll link back to here too)

  • Can I but an iPad in USA and use it in Denmark?

    Can I buy an iPad Air Wi-Fi in USA and then use it in Denmark?