element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
Documents The latest version of EAGLE, version 5.10.0, includes a new interface called DesignLink and additional language support for Mandarin and Hungarian
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: awinning
  • Date Created: 7 Jun 2010 1:26 PM Date Created
  • Last Updated Last Updated: 7 Oct 2021 5:21 AM
  • Views 1635 views
  • Likes 0 likes
  • Comments 14 comments
Related
Recommended

The latest version of EAGLE, version 5.10.0, includes a new interface called DesignLink and additional language support for Mandarin and Hungarian

DesignLink is a powerful interface that allows design engineers to access part pricing, availability, datasheets, images, and much more.  The DesignLink user language program (ULP) allows online access to component attribute data, price, availability and datasheets without exiting EAGLE.  ULPs can import data for customized attributes into EAGLE libraries, access and store the current price and availability of components for a schematic circuit, or update previously existing designs.


DesignLink registration is free of charge at http://www.element-14.com/DesignLink.  When “run designlink” is entered from an open design file in EAGLE, a ULP will execute to demonstrate the new user language functions added to EAGLE. The ULP will also provide a link to DesignLink credentials for free registration. 


In version 5.10.0, the Chinese version of the software will now automatically install mandarin versions of the manual as well as a tutorial where it is the default language. Additionally, Mandarin and Hungarian menus are available.

 

Full details can be found here http://www.element-14.com/community/message/8688

  • eagle
  • designlink
  • cadsoft
  • Share
  • History
  • More
  • Cancel
  • Sign in to reply
  • Artrouve
    Artrouve over 14 years ago in reply to Richard_H

    I managed to get in there by changing the following lines in the ulp

     

    string Language = language();

    string Country = country();

     

    into:

     

    string Language = "en";
    string Country = "GB";

    string Language = "en";

    string Country = "GB";

     

     

    Without having to reset my location settings. (en_BE)

     

    Obviously, I didn't come up with this myself, my IT-brother did.

     

    I don't really understand:

    Does the Uk server require you to login with the en_GB locale settings to work?

    Or am I supposed to be able to log in with other settings?

    Prices are in £ now image

     

    Hope this creates no other problems?

     

    kind regards,

    arno

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Richard_H
    Richard_H over 15 years ago in reply to Artrouve

    Back from my holidays now.......

     

    Arno,

     

    could you solve your problem in the meantime?

     

    Richard

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Artrouve
    Artrouve over 15 years ago in reply to mywave82

    I'm also getting the "299 Error downloading https://uk.farnell.com/pffind/services/SearchService"

     

    Running eagle 5.10 light (for now) on mac osx 10.6.4 (intel machine)

     

    I'm having a hard time making sense out of the above comments...

    Am I supposed to be able to set the LANG parameter in the terminal?

     

    How do you register? Only thing I found here http://www.element-14.com/community/docs/DOC-13188 is the "CadSoft2" username

     

    Thanks!

     

    Arno

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mywave82
    mywave82 over 15 years ago in reply to Former Member

    Jonathan: I can see that you are using gentoo. /etc/locale.gen is only used when emerging glibc. It tells the ebuild which locals glibc should have support for (all other locales attempted to use will fail back to internal "C").

     

    You can do


    echo $LANG

     

    in a xterm / gnome-terminal / kterm in order to find your current locale.

     

    Stian

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 15 years ago in reply to Richard_H

    Richard,

     

    I'm located in the US.

     

    My /etc/locale.gen has these in it:

    en_US ISO-8859-1

    en_US.UTF-8 UTF-8

     

    ~ # date

    Thu Jul 29 11:36:34 EST 2010

     

    which is correct, as far as i know.  Is there a way to get more verbose debug output from this script, or is this more on the server side of things?

     

    Jonathan

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mywave82
    mywave82 over 15 years ago in reply to Richard_H
    It was unset on my Windows XP installation. Setting it to en_GB in a shell and running eagle there works. I guess "" and "C" should be added as an alias for en_GB in eagle and/or DesignLink
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Richard_H
    Richard_H over 15 years ago in reply to mywave82

    Stian,

     

    what is the setting for your LANG variable? It should be en_NO, for example. Please check it in the Windows control Panel, System settings. Or use SET in a command box.

     

    Regards,

    Richard

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mywave82
    mywave82 over 15 years ago in reply to Richard_H

    Still getting "Invalid Locale" message.

     

    My Windows XP computer is installed with the english version.

    The locale in windows is set to norwegian

    Eagle is in english (version 5.10.0)

     

    Stian Skjelstad

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Richard_H
    Richard_H over 15 years ago in reply to Former Member

    Jonathan,

     

    could you please check the time setting of your computer? I suppose it is not correct. Where are you located and what is the locale setting of your computer?

     

    Regards,
    RIchard

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 15 years ago in reply to mywave82
    I'm getting a similar message with Eagle 5.10.0 Linux Light.  Instead of "Invalid Locale", I'm getting "Invalid Timestamp".  I'm using my credentials for element-14.com.  I'm guessing this has nothing to do with languages, but it is the only place I've been able to find a similar error.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube