Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Convert The Layout Of The Application Between Arabic And English

Convert The Layout Of The Application Between Arabic And English

Scheduled Pinned Locked Moved C#
lounge
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Thaer Hamael
    wrote on last edited by
    #1

    Hi All I'm create a system of medium-sized I want to be the system of bilingual Arabic and English I want to do the work Mithod GENERAL Oqo Bmnadadtha screen present in the system How Ostzia of change in the screen from right to left or vice versa Has been used following code but all the screen using this code to close immediately after opening if (Arbic) { Form.RightToLeft = RightToLeft.Yes; Form.RightToLeftLayout = true; } else { Form.RightToLeft = RightToLeft.No; Form.RightToLeftLayout = false; } thanks :rose:

    Thaer

    K 1 Reply Last reply
    0
    • T Thaer Hamael

      Hi All I'm create a system of medium-sized I want to be the system of bilingual Arabic and English I want to do the work Mithod GENERAL Oqo Bmnadadtha screen present in the system How Ostzia of change in the screen from right to left or vice versa Has been used following code but all the screen using this code to close immediately after opening if (Arbic) { Form.RightToLeft = RightToLeft.Yes; Form.RightToLeftLayout = true; } else { Form.RightToLeft = RightToLeft.No; Form.RightToLeftLayout = false; } thanks :rose:

      Thaer

      K Offline
      K Offline
      Keith Barrow
      wrote on last edited by
      #2

      You should look at using Internationalization. This will greatly cut down the work you need to do. This link[^] has a section on Arabic support. here[^]

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups