• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Default translation

Community Beginner ,
Feb 17, 2017 Feb 17, 2017

Copy link to clipboard

Copied

Hi,

I am developing an InDesign plugin in C++ and I run into the following issue:

I have a combobox, in my .fr file, like so:

                                EVEDropDownListWidget

                                (

                                    someWidgetID,

                                    kSysDropDownPMRsrcId,

                                    kBindNone,

                                    Frame(0, 0, 100, 20),

                                    kTrue,

                                    kTrue,

                                    {{

                                        someStringKey

                                    }},

                                    kEVEAlignLeft | kEVERegularSpaceAfter,

                                ),

I load some English words into the combobox, for example: "Default".

But something strange happens: When I use the Dutch version or German version of InDesign, it will automatically translate these values... As if ID has some internal dictionary.

Default -> Becomes: Standaard (For Dutch)

Default -> Becomes: Standard (For German)

But I don't want that... I want it to remain "Default" no matter which version/language of InDesign is installed.

What can I do to disable it?

Views

262

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Feb 17, 2017 Feb 17, 2017

I'd post in the forum link below instead. This is largely a user forum, not developers:

InDesign SDK

Votes

Translate

Translate
Community Expert ,
Feb 17, 2017 Feb 17, 2017

Copy link to clipboard

Copied

I'd post in the forum link below instead. This is largely a user forum, not developers:

InDesign SDK

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 28, 2017 Feb 28, 2017

Copy link to clipboard

Copied

LATEST

OK, my mistake... now asked in InDesign SDK.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines