How to add localized (english, french, etc) metadata

I found that i can access localized versions of an image metadata tag with Bridge scripting.
This is great, except i don't know how to add different language tags in Bridge.
I am exporting the metadata to an xml file and it would be great if i could have the title tag in two or three different languages.
Thank you
Balint

Hi,
You can add localized text via the XMPScript API. Use SetLocalizedText() on the alt-text property. For example:
xmp.setLocalizedText(XMPConst.NS_DC, "title", "en", "en-US", "SomeEnglish);
xmp.setLocalizedText(XMPConst.NS_DC, "title", "fr", "fr-FR", "SomeFrench");
If you always supply both the generic, fr, and specific, fr-FR, tags then you should have no problems and a new entry will be added to the array unless there is already an exact match - in which case you would modify the entry.
Hope that makes sense.

Similar Messages

  • How to add indian english for siri?

    how to add indian english for siri... siri no use for indian user...

    You cannot, it is something only Apple can do.
    The phone merely listens to the commands, digitizes into some proprietary format and sends it to Apple's servers, who do the heavy lifting of interpreting what you want. So you can't hack the language into the phone.

  • How to add non English characters

    I install weblogic 10.3.3.0, SOA Suite 11.1.1.2, and SOA Suite 11.1.1.3 on Windows 2008 (English version). The Location of Regional and language option is set to local place. I also add non-Unicode.
    I can add new holiday rules using non English characters in the BPM workspace. Then, I shutdown my computer as normal. However, after I restart my computer and weblogic domain as well as SOA Suite 11g. The non English characters become ??????
    How to configure Weblogic domain and SOA Suite to show non English characters?

    is both English and Korean letters are in the same column without any space gab or any separator, ? Pl re check

  • How to stream local files (music, etc) to tv over home network

    how do I set up Win7 to enable network tv to stream local files from computer?
    This question was solved.
    View Solution.

    Hi,
    You need hardware (equipment) for this work first. What do you have now ? Please check the following articles:
       http://www.popularmechanics.com/technology/how-to/​tips/how-to-stream-media-from-laptop-to-tv-8347637
       http://www.easyfreehdtv.com/streaming-to-tv
    Have funs and good luck.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to add Local Software Products to discovered products

    Hi,
    I have created a few Local Software Products, when I scan the workstations they are "discovered" as being installed.
    But when I check my Asset Management > Discovered Products it does not show up there.
    How do I get them to show up there so I can associate a license to it using asset management.
    ZCM is 10.2
    Thanks,
    Hein

    cchamberlain's suggestion is exactly correct. "have you tried refreshing the Compliance Status (Actions|Refresh Compliance Status)?"
    The default behaviour will mislead you every time you have just added something new. Novell developers please take note.
    Cheers,
    Kirk Maule

  • [JRE 7u51][GPO] How to add local site in exclusion's security check ?

    Hi there,
    With the newest version of java, we had already manage certificates but it's a painful feature. Now we have a new list. So okay, great idea, we can execute trusted java code by http site.
    But how to deploy a site in exclusion with GPO ? Editing some files ? Other thing ?
    I didn't found the solution.
    Did you have it ?
    Thanks a lot

    Note that string prefs need to have their values surrounded by quotes as you probably found out.<br />
    Integer and Boolean prefs mustn't have quotes.<br />
    The mozilla.cfg file is run as JavaScript (prefs.js and user.js are interpreted) and thus can contain JavaScript code as well and will throw an exception in case of errors.
    <pre><nowiki>lockPref("security.default_personal_cert", "Ask Every Time");
    lockPref("plugin.disable_full_page_plugin_for_types", "PDF, FDF, XFDF, LSL, LSO, LSS, IQY, RQY, XLK, XLS, XLT, POT PPS, PPT, DOS, DOT");
    </nowiki></pre>
    *http://mxr.mozilla.org/mozilla-central/source/extensions/pref/autoconfig/src/prefcalls.js

  • How to add metadata to .xdp form

    Hi,
    I am currently investigating how to add metadata to an xdp form in LifeCycle Designer. I have read the help contents that Adobe provide however I am unclear as to how exactly the metadata is included with the form. Are there specific elements that are included in the xml? Also is the metadata that is included specific to a field, area, etc within the form?
    The metadata I wish to include with the xdp form will contain information regarding the manner in which the form can be used at a later stage, for example whether a form can be printed. In this case I would envisage the following: <printable>true</printable> as part of many different elements within the metadata.
    If anyone can offer any insight into this it would be greatly appreciated.
    Thanks in advance.

    Thanks for the reply,
    The way you have described seems to be for individual fields. Is it possible to include metadata that applies to the whole form rather than just an individual field. I have been looking at manipulating the xml. I am not familiar with LiveCycle Designer and as such I was thinking that you could possibly add elements to the xml in the following section:
    <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.2.1-c041 52.337767, 2008/04/13-15:41:00        ">
       <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
          <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about="">
             <xmp:MetadataDate>2009-05-15T08:01:47Z</xmp:MetadataDate>
             <xmp:CreatorTool>Adobe LiveCycle Designer ES 8.2</xmp:CreatorTool>
             <xmp:Name>Test1</xmp:Name>
             <xmp:Editable>True</xmp:Editable>
            <xmp:Printable>True</xmp:Printable>
          </rdf:Description>
          <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
             <pdf:Producer>Adobe LiveCycle Designer ES 8.2</pdf:Producer>
          </rdf:Description>
          <rdf:Description xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" rdf:about="">
             <xmpMM:DocumentID>uuid:59354ca2-6c12-4c0a-aefa-649133cd4486</xmpMM:DocumentID>
          </rdf:Description>
          <rdf:Description xmlns:desc="http://ns.adobe.com/xfa/promoted-desc/" rdf:about="">
             <desc:version rdf:parseType="Resource">
                <rdf:value>8.2.1.3158.1.475346.466429</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:version>
          </rdf:Description>
       </rdf:RDF>
    </x:xmpmeta></xdp:xdp>
    As you may see from the code snippet above I have added three elements: name, editable and printable. The information within these elements would be extracted at a later stage and used by another application to make decisions such as is the form printable, it the form editable etc. Do you know is this the correct place to be adding these elements? The addition of these elements does not cause an error within Designer so I am assuming that there should be no problem accessing / modifying these fields later? 
    Thanks

  • How to add xmp metadata to dae files

    How to add metadatas to 3D dae files...?
    The cad file used as an entry, the 2D files used as textures, environment, shaders...etc?

    Hi,
    Yes sorry about the "Acrobat Tag" , the question was more for the CS6 suite, and the management of DAE files in Bridge and Photoshop Extended in a CQ5 DAM workspace.
    But nevertheless, it should be cool if Acrobat X 3D could import directly Collada files...

  • How can i buy a french version of Steve jobs book from isaacson i live in Quebec /Canada and only the original english version. This book is avalable in french on the France ITunes store and of course in french everywhere by Amazon /Kindle!

    How can i buy a french version of Steve jobs book from Jacob Isaacson?I live in Quebec /Canada and the IBookstore propose only the original english version, italen, japanise ...   The Canana is a bilangual contry, english and french.
    This book is avalable in french on the France ITunes store but we can buy on a another Itunes Store.
    Of course it's avalable in french everywhere by Amazon /Kindle! Is it the way? Mmmm

    Irobertdion wrote:
    it's avalable in french everywhere by Amazon /Kindle! Is it the way? Mmmm
    Yes, whenever you cannot find something you want at the iBookstore, you simply need to try the other free ereader apps like Kindle, Nook, Kobo, and Googlebooks and see if one of them has it.

  • How to add metadata on import

    I can not for the life of me figure out how to add keywords on importing images. I have scoured the net looking for answers and cant find anything. I see the "Add Metadata from", but there is nothing underneath it where you can add information. The tutorial video from Apple shows fields underneath where you can add information, but I cant figure out how to get that to show up. This is driving me craaaazzzyy!! Any help sure would be appreciated!

    I'm having the same issue as the image in the previous post. Anyone else have this too or a fix?
    I am running 10.5.4 and the most recent version of Aperture w/ all updates
    I have read thru the suggestions and deleted the plist files with no fix.
    I also re-installed and the issue remains. The machine I am installing it on was just recently formatted and re-installed.
    This is very confusing, looking forward to any help or suggestions.
    Thanks,
    Ian

  • How to add metadata to split tracks

    I know how to do it to a single track but when i click on the next track it still show the name from the previous track. How to add metadata to split tracks for like a mixtape?

    Thanks for the screenshots, very helpful.
    Once you split them into different tracks, and each track is a different file on disk (as shown in your Windows Explorer / Finder screenshot), you'll want to:
    Go through each file
    Enter the desired metadata via the Metadata Panel (see below)
    Save each file
    If you're working with MP3 files, the relevant fields are the ID3 tags shown in this dialog:
    If you're saving as WAVE files, the relevant RIFF metadata fields are shown in this dialog
    Once you enter the info you want into those fields and the save the file, then it should show up in Windows Explorer which is what I think you're going for.

  • How to add support both English and Portuguese in spell checking?

    In my research work, I often have to write documents both in English and Portuguese. How should I add support for both languages in spell checking? I'd want to switch between both when writing my stuff and, for now, all I have available on Pages is my Mac OS X Lion's native language: English. How to add support for both languages in Pages?

    You can use Styles. The default language in your Pages Styles is set to the computer language which you said is english, right.
    If you want Portuguese for some body text select some text >
    in the Inspector palette > T tab > More > language > select Portuguese >
    now click on the style Body text triangle > choose Create new paragraph style from selection > name it so you know it has this language.
    When writing you have to tell Pages which paragraph to be in Portuguese and which in English.

  • SCCM 2012 - How to add domain id to local administrator group of all clients

    SCCM 2012 - How to add domain id to local administrator group of all clients
    Hi,
    i have a domain id sccmadmin which is a part of domain admins group too.
    Need to add this ID to the local administrators group of all clients. How do I do this? Please help!

    Hi ,
    you need to choose the second option .
    First option will remove all the domains users from the local administrator group available in all the PC'S .Then local administrator group will only have the users updated on the members list present in group policy.
    Note : Local admins accounts on the local administrators groups will not be removed.
    Second option will add the newly created group to the local administrator group in all the PC'S and it will not remove the existing members in the local administrators group.
    Step 1 : Just try to create one new group for SCCM management .
    Step 2 : Then add the SCCM account to that group.
    Step 3 : Then please create a new group policy on that just choose the second option.On that option just add the newly created group to be an member of administrator group in all the PC'S
    Why i have asked you to create a new group ?
    Because in second option , we don't have a option to add a individual user .
    Once you have created a group policy it will like below snap.
    As an additional i will tell how to find the newly created group policy is applying to computer objects or not ans also i will tell you how to force update the group policy 
    1.gpresult /r ----> To find the which group policy is applying on user and computer object .
    2.rsop.msc ----> There you can able to find the change has been applied or not .
    3.gpupdate /force -----> Forcefully updating the group policy in a client machine 
    4.In gpmc.msc there is one option called group policy results .That option will be used for centralized management to find the policies that are applied to a user and computer account.
    5.Just check the event viewer in all the PC'S for group policy related events.
    Most importantly you need to make sure all the computer accounts are placed in an ou ,where the newly created group policy is applying and also make sure that OU doesn't contain any inheritance block.
    Please feel free to reply me if you have any queries.
    Thanks & Regards S.Nithyanandham

  • How do I change my computors address..eg: it keeps showing my location as Herndon,Va on my local search, weather etc:..Im in Florida

    How do I change my computer address...eg: It keeps showing my location as Herndon, Va on my local search, weather etc: when my actual location is in Orange City, Fla. This just began fairly recently (the past month) Thank you for your help!

    Where does this web page say you are located?
    http://whatismyipaddress.com/

  • How do I activate English subtitles on a French film I rented from iTunes?

    How do I activate English subtitles on a French film I rented from iTunes?

    Is this music your friend wrote and performed and which you have permisssion to copy?  Not being able to copy media from a phone synced to one library to a computer with a different library is probably deliberate to prevent people from distributing music for which they have not paid.

Maybe you are looking for

  • The Daily Show Multi-Pass: how does this work?

    I subscribed to the Daily Show Multi-Pass. The store said it was busy and try again later. So I thought I'd do it later but meanwhile got an email saying I had the multi-pass and 9.99 has been deducted from my account! The email has a link to view ac

  • How can i limit Safari to 1 or 2 websites on an admin user account

       We rent out rooms with sensitive data being used on our machines so I only want to allow internet access to/from a single website (yousendit.com) to controll incoming/outgoing data.    I could do this with parental controls if I set up a new user,

  • WMMBXY and SDPICK

    Hello friends, I need help on ALE and IDOC. I need to define some interfaces between SAP & MFG Pro. These are.. 1) Material movements using WMMBXY iDoc via ale,         2) Picking and goods issue of deliveries using SDPICK iDoc via ALE I have no idea

  • Using a table in HCM Processes & Forms

    I have an infotype with time constraint 3 that I want to present as a table for input on a form using HCM Processes and Forms.  My question is, how do I configure the fields in the form scenario to support a table of data.  Furthermore, how do I perf

  • Problems when exporting HD video to tape

    I have edited several hours of HD video from a Sony HDR HC7 camcorder into a one-hour video.  Capturing and editing the video with CS4 went just fine, although opening the footage and rendering it is very time consuming.  However, I have been unable