Is there a way to get english name of localized command?

Discussion in 'AutoCAD' started by Alexander V. Koshman, May 6, 2004.

  1. Hello to everyone here!
    ----------------------------
    I would know, is there a way to get (in AutoCAD or via LISP)
    the english name of the localized command (& vice versa)?
    I believe the WAY must be...

    To be or not to be?.. : (

    It seems to me I remember the AutoCAD command or system
    variable or LISP function for this...

    Thank you for your time and help!
     
    Alexander V. Koshman, May 6, 2004
    #1
  2. (getcname)

    --
    R. Robert Bell


    Hello to everyone here!
    ----------------------------
    I would know, is there a way to get (in AutoCAD or via LISP)
    the english name of the localized command (& vice versa)?
    I believe the WAY must be...

    To be or not to be?.. : (

    It seems to me I remember the AutoCAD command or system
    variable or LISP function for this...

    Thank you for your time and help!
     
    R. Robert Bell, May 6, 2004
    #2
  3. Alexander V. Koshman

    Jürg Menzi Guest

    Alexander

    'getcname'
    In a German version of AutoCAD, the following is true:
    (getcname "STRECKEN") returns "_STRETCH"
    (getcname "_STRETCH") returns "STRECKEN"

    Cheers
     
    Jürg Menzi, May 6, 2004
    #3
  4. Oh God!
    -----------
    THANK YOU both Jürg and Robert!
    It's fantastic!
    Hourray! ; ) I'm happy today!

    Thank you again and again!
     
    Alexander V. Koshman, May 7, 2004
    #4
  5. Alexander V. Koshman

    Jürg Menzi Guest

    Glad to make you happy...<G>

    Cheers
     
    Jürg Menzi, May 7, 2004
    #5
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.