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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Mobile Development
  3. Mobile
  4. Multiple Language Selection

Multiple Language Selection

Scheduled Pinned Locked Moved Mobile
3 Posts 3 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.
  • V Offline
    V Offline
    VarunPrakash
    wrote on last edited by
    #1

    I am developing a Windows Mobile 6.0 application. I need to make the application multilingual.. Is there any built in options available to change language as per our selection..

    J E 2 Replies Last reply
    0
    • V VarunPrakash

      I am developing a Windows Mobile 6.0 application. I need to make the application multilingual.. Is there any built in options available to change language as per our selection..

      J Offline
      J Offline
      Joel Ivory Johnson
      wrote on last edited by
      #2

      The language used on the device is selected through the regional settings. After that setting is changed the device must be reset for the change to take affect. Only then will you be able to see the change in the thread culture and UI culture.

      Joel Ivory Johnson

      Meet my dev team: RDA Architecture Evangelist Team Blog

      My site: J2i.net

      Twitter: J2iNet

      1 Reply Last reply
      0
      • V VarunPrakash

        I am developing a Windows Mobile 6.0 application. I need to make the application multilingual.. Is there any built in options available to change language as per our selection..

        E Offline
        E Offline
        energywave
        wrote on last edited by
        #3

        I don't know on Windows Mobile if it works but in Windows Forms I do so:

        System.Threading.Thread.CurrentThread.CurrentUICulture = New Globalization.CultureInfo(LangCode)

        where LangCode is the language code you want to change in your application. (for example it-IT for Italian or en-US for english USA) Hope this helps :)

        Henrik Sozzi Poliware S.r.l.

        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