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

vb.net lines with the Photoshop script ??

Enthusiast ,
Dec 27, 2022 Dec 27, 2022

Copy link to clipboard

Copied

Hello, respected forum giants

I have this code, which is of type vb in Visual Basic language, and it is responsible for changing the language of the system or Windows

I want to put it when executing a script code procedure, especially when running an automatic form or dialog

I want to know how to put these lines inside the Photoshop script codes

 

 

 

 

Private Inputlang As New InputLanguages
    Private ArabicInput As InputLanguage
    Private EnglishInput As InputLanguage

// For Arabic language 
Inputlang.ArabicKeyboard()
            txtcontrol.RightToLeft = Windows.Forms.RightToLeft.Yes

// For English language 
Inputlang.EnglishKeyboard()
            txtcontrol.RightToLeft = Windows.Forms.RightToLeft.No

 

 

Knowing that txtcontrol here is an input line, but inside a vb form
I want to replace it with edittext inside photoshop script form

 

Is there a way to do this method or explain how to solve

TOPICS
Actions and scripting , SDK

Views

84

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
no replies

Have something to add?

Join the conversation
Adobe