Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9176723
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T17:10:20+00:00 2026-06-17T17:10:20+00:00

I am currently working on a windows phone application that takes some information from

  • 0

I am currently working on a windows phone application that takes some information from the user and returns some other information based on the user input.

The application works great if the specific device has its region settings set to US. If the region settings of the device are set to Greek or German, some problems occur. For example, the US decimal point character “.” is considered as “,” and vice versa. As a result, all the calculations are false.

What I want to do is internationalize the application so that it works exactly the same no matter what the regional settings are. Is this possible?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T17:10:21+00:00Added an answer on June 17, 2026 at 5:10 pm

    If you want your app allways to show number and dates in one specify format you can force the app to allways run in one specify culture like this.

    You just have to set the current thread of your app to one specify culture (add to the App.cs file)!

        public App()
        {
            // Standard Silverlight initialization
            InitializeComponent();
    
            // Phone-specific initialization
            InitializePhoneApplication();
    
            // Set the current thread to US!
            Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US");
            Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently working on a application that would run on any device like: Windows
I am working on a windows phone 7 application that uses the FluidMoveBehavior in
I'm currently working on a Windows Phone 7 Application for the company I work
I am currently working on an implementation of an application for Windows Phone 7
Currently working on a little Windows Phone (7.5) application and one of the pages
I am currently working on a Windows desktop application that uses JNI to call
I'm currently working on a C++ program in Windows XP that processes large sets
I'm currently working on databinding some of my existing Windows Forms, and I've ran
I am a newbie in C++ and currently working to get Windows Hotfix/Patch information
I'm currently working on a couple of windows phone projects (Although the question may

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.