Globalization is not working in my windows store app

Hi,
I have a set of 20 resource files(resw) in its respective folders under strings folder in the Shared project of my Universal App.
When I change the system's primary language, appropriate language file is not getting picked up , instead it always shows in
English.
How can i fix this issue?
Thanks

Hi VDNS,
>>When I change the system's primary language, appropriate language file is not getting picked up, instead it always shows in English
Could you please show us how did you do to globalize your app? Basically, we need to set the ResourceContext based on your current language or get the user's home geographic region to decide which language the app should display using
GlobalizationPreferences class.
See this official sample:
https://code.msdn.microsoft.com/windowsapps/Application-resources-and-cd0c6eaa
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • [U8.1]Globalization is not working in my windows store app

    Hi,
    I have a set of 20 resource files(resw) in its respective folders under strings folder in the Shared project of my Universal App.
    When I change the system's primary language, appropriate language file is not getting picked up , instead it always shows in
    English.
    How can i fix this issue?
    Thanks

    Hi VDNS,
    >>When I change the system's primary language, appropriate language file is not getting picked up, instead it always shows in English
    Could you please show us how did you do to globalize your app? Basically, we need to set the ResourceContext based on your current language or get the user's home geographic region to decide which language the app should display using
    GlobalizationPreferences class.
    See this official sample:
    https://code.msdn.microsoft.com/windowsapps/Application-resources-and-cd0c6eaa
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Certificate not works when deploy the store app package by powershell

     I request a web service with a pfx certificate in windows store app, it works well, but after I create a package by VS2013, and
    deploy the app with powershell, access web service failed, seems the certificate not works. Any hints, suggestion ? My code as below:
    string certRawData = StringEncryptionHelper.Decrypt(ConfigurationLoader.ApplicationSettings.CertificateData.RawData);
    string certPassword = StringEncryptionHelper.Decrypt(ConfigurationLoader.ApplicationSettings.CertificateData.Password);
    await CertificateEnrollmentManager.ImportPfxDataAsync(certRawData,
    certPassword,
    ExportOption.Exportable,
    KeyProtectionLevel.NoConsent,
    InstallOptions.None,
    ConfigurationLoader.ApplicationSettings.CertificateData.FriendlyName);
    CertificateQuery certQuery = new CertificateQuery { FriendlyName = ConfigurationLoader.ApplicationSettings.CertificateData.FriendlyName };
    IReadOnlyList<Windows.Security.Cryptography.Certificates.Certificate> certs = await CertificateStores.FindAllAsync(certQuery);
    certificate = certs.FirstOrDefault();
    var protolFilter = new HttpBaseProtocolFilter { ClientCertificate = certificate };
    var client = new HttpClient(protolFilter);
    HttpResponseMessage result = await client.GetAsync(requestUri);

    Hello Mosser lee,
    As this issue is related to Development, it is recommended to post in the related MSDN forum.
    The professionals there will be glad to help you.
    https://social.msdn.microsoft.com/Forums/en-US/home
    Thanks for your understanding.
    Best regards,
    Fangzhou CHEN
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • ShowAppointmentDetailsAsync does not work properly in Windows Runtime apps

    I found a bug that AppointmentManager.ShowAppointmentDetailsAsync always returns immediately in a Windows Runtime app (this did not happen in a Silverlight app). Method should return only after user has pressed the back button as in other appointments
    apis. Now it is very difficult to perform required actions in my app after user returns from the appointment details view. Please fix this latest in Windows 10 so I can remove my workarounds.

    Steps to reproduce the issue:
    1. Create a new C# Store project e.g. "Blank App (Windows Phone)" (must be a Windows Runtime app, NOT Silverlight).
    2. In Package.appxmanifest add capability "Appointments"
    3. In MainPage.cs insert the following code block:
    protected override async void OnNavigatedTo(NavigationEventArgs e)
    var appointmentStore = await Windows.ApplicationModel.Appointments.AppointmentManager.RequestStoreAsync(AppointmentStoreAccessType.AllCalendarsReadOnly);
    var appointments = await appointmentStore.FindAppointmentsAsync(DateTimeOffset.Now, TimeSpan.FromDays(30));
    var appointment = appointments.FirstOrDefault();
    if (appointment != null)
    await appointmentStore.ShowAppointmentDetailsAsync(appointment.LocalId);
    (sample assumes you have at least one appointment in your calendar within next month)
    5. Add a breakpoint on the line "await appointmentStore.ShowAppointmentDetailsAsync..."
    6. Run the app, the breakpoint is hit.
    7. Hit F10 and see how appointment details are shown as expected but call returns immediately which is not correct.
    You can try the same code in a Silverlight app where it works correctly.

  • [Forum FAQ] Go to Start Screen/Desktop when closing Windows Store App

    After install Windows 8.1 Update 1, you will notice these things set by default even on touchscreen laptops and desktops:
    Windows 8.1 now boots directly to the desktop.
    Closing Windows Store Apps and go to desktop instead of Start Screen.
    Besides option “When I sign in or close all apps on a screen, go to the desktop instead of Start” since Windows 8, another new option in Taskbar Properties “Show Windows Store app on taskbar” is used to control closing app behavior.
    Features of "Show Windows Store app on taskbar" 
    When the setting is checked, all of the Windows Store apps that are currently running will display on taskbar. You can easily switch between Windows Store apps and your desktop and its applications through the taskbar. For mouse users,
    you can also access the taskbar within a Windows Store app. Just move the mouse cursor to the button of the screen, the taskbar pops up.
    When the setting is unchecked,
    Windows Store apps have no minimize button, only Close button
    Windows Store apps that are open are not visible on Taskbar
    Windows Store apps can still be pinned to the taskbar
    How do these two options work for closing app behavior?
    Modern app and Taskbar   setting
    OFF
    ON
    Boot   to desktop setting
    OFF
    Close goes to Start
    Close reveals the   app that was previously used, and eventually dead ends at the Desktop
    ON
    Close goes to desktop
    Close reveals the   app that was previously used, and eventually dead ends at the Desktop
    Know why “When I sign in or close all apps on a screen, go to the desktop instead of Start” does not work when “Show Windows Store app on taskbar” is checked on
    As MironV mentioned in the
    thread, Windows 8.1 Update is designed to introduce a number of changes for mouse and keyboard users that would help them use and switch between Windows Store apps alongside their familiar desktop applications. A lot of these changes only made sense when
    combined together, so they are toggled by one setting, which is “Show Windows Store apps on the taskbar.” This is usually enabled together with the first setting as a complimentary set of improvements for desktop users. When the setting is enabled, Windows
    Store apps are intended to feel more like regular maximized applications living on the desktop, though they are full screen only. For example, when you launch apps from Start, they appear on the taskbar until they are closed. You can also minimize them or
    switch between them by invoking the taskbar.
    Please understand that unchecking the “When I sign in or close all apps on a screen, go to the desktop instead of Start" setting has no effect on close and minimize behavior when the “Show Windows Store apps on the taskbar” setting is checked, since
    they are controlling two independent things. If you tend to use only one Windows Store app at a given time, it may seem like we’re not respecting the setting by going to the desktop.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    I don't know if I'm the only one, but on my desktop (using mouse and keyboard only) I like to have my Start screen as my main screen.  To ensure this I made sure to uncheck the "When I sign in or close all apps on a screen, go to the desktop" box and
    check the "Show Start on the display I'm using when I press the Windows Logo key" box. I also really like having the task bar appear at the bottom even when I'm using a modern app.  Based on the settings I've chosen (i.e., boxes I've checked or not checked),
    I would expect to be taken back to the start screen and not the desktop whenever I close an app.  From what I've read from your response and from others in this thread, in order to accomplish this function (i.e., closing an app and going directly to the
    start screen) I need to uncheck the "Show Windows Store apps on the taskbar" setting.  By doing this I get the functionality I was looking for when the apps are closed and I get sent to the start screen.  However, I am now not able to see the taskbar
    when I'm in a modern app or when I'm on the start screen.  This seems counterintuitive/confusing as many have mentioned.  Not to mention it creates an additional step for users to get back to the Start screen.
    All I want to do is (1) use my start screen as my main screen, (2) see the taskbar when running whatever app I'm using (e.g., modern), and (3) go back to my start screen (and not the desktop) when I close an app.  It would only make sense that I should
    get these results if I leave the "Show Windows Store apps on the taskbar" box checked and the "When I sign in or close all apps on a screen, go to the desktop instead of Start" box unchecked; but unfortunately this is NOT the case.  I really hope that
    an update fixing this is coming sooner rather than later because this is really annoying.

  • Publish my windows store app, but not until I'm 18?

    Hello,
    I am about finished with my first Windows Store app :-) and I went to get a developer account so I can publish the app (I am even willing to let go of $50 for initially publishing a free app), and it said "You must be 18 years old to have a Windows
    Store developer account." :-( It said this because I am 17, but I want to clarify here. Are you saying that everyone under 18 is completely locked out of app sharing? Since the Windows Store is the only means of distribution, it is surprisingly inaccessible.
    I am not even submitting a paid app yet, so I don't even need to worry about direct bank deposits for getting paid. I'm a bit lucky because my birthday is only 6 months away, but what if there are 15 or 16 year-olds that want to release their app to the world?
    I think you should have a type of youth account or something. For example, (if you are under 18 only) it would be free to create, and you can only publish free apps. This seems like the only truly fair way to make up for the monopolistic distribution, not
    to mention help the entire Windows 8 app ecosystem.
    I seriously don't know what problem there would be with people under 18 publishing their apps. I even work at my community college as a math tutor! Could the restriction be lowered to 16 years old?

    Listen, I love Windows 8 and the new app platform, but this requirement is ridiculous, and it needs to get fixed for the good of the platform. Already, only 33% of developers are even willing to develop Windows 8 apps, whereas there are some 16 and 17 year-olds
    (like ME) that are shunned out of the process. This is unacceptable.
    Alex, I understand your feelings on this, but this is absolutely the same on any other platform.  It is also the same for any legal aspect of starting a business.  When you start selling or distributing applications through the Windows store, or
    via the App Store, or Play... you are exposing not only yourself, but the respective operators of those systems, to all sorts of liability and in order to clearly define rights and responsibilities, contracts are required.  For example, you have to sign
    a contract that in part attests to the fact that you understand and agree that you won't use your apps as a means of doing or promoting anything illegal.  You also attest that you won't rampantly steal content that belongs to others, etc.
    The problem is that any such contract you sign does not carry the weight of law; under the law, you cannot enter into a contract and have that contract be binding.  Any 'promise' you make under such a contract is thus automatically void and the contract
    provides no protection at all to the other party arising out of any action you could potentially take.  Not only that, it exposes them to potential liability arising out of allowing a minor to participate in contractually obligated proceedings knowing
    those proceedings are null and void.
    You would not be able to open a bank account or obtain a credit card without the assistance of a parent or guardian.  This is no different.
    The easy answer, as has been suggested already, is to have your parent or guardian sign up for a developer account and sign any necessary contracts, and then develop away.

  • My flash flayer does not work on my Windows 8 Surface Tablet, it also won't let me see if i already

    My flash flayer does not work on my Windows 8 Surface Tablet, it also won't let me see if i already have it installed...

    1.      Are you getting any error message?
    2.      Which browser are you using?
    3.      Were there any recent changes made on the computer prior to the issue?

  • Flash player does not work properly on Windows 7 32 bits

    Hello,
    My flash player does not work properly on Windows 7 32 bits with Firfox and IE8 (lasts versions).
    My Flash player version : 10.0.45.2, but I tried with version 9 too, with same problems.
    I have tried to uninstall, reboot, reinstall several times, ... witch did not worked.
    In fact, it works correctly on some sites, like youtube, but not on some others like :
    http://www.dailymotion.com/ => black screen instead of videos, right click gives flash context menu
    http://www.canalplus.fr/ => videos does not load, right click gives flash context menu
    http://www.myspace.com/ => no audio player, right click gives flash context menu
    some games in http://www.kongregate.com/ => black screen instead of games, right click gives flash context menu
    I have no problem with shockwave in http://www.adobe.com/shockwave/welcome/
    No problem too with flash player on http://www.adobe.com/software/flash/about/
    But in the Global Privacy Settings panel (http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager02.htm l), I cannot change any settings :
    I cannot check boxes,
    My changes are not saved.
    In most of flash animations, videos, ...,
    when I click on parameters, I cannot do anything, even closing.
    when I am in full screen mode, the message "press escape to exit...." does not disappear.
    Last thing, all those problems was not there when I was on Windows XP, few weeks ago, and appear with my registered Windows 7 premium familly edition, with the same hardware configuration...
    Thank you for your help

    Hi eidnolb
    Thanks for your answer.
    This is what I have :
    Verify user permissions
    I have an administrator account.
    I tried (uninstall, install and run) with super-administrator account for same results
    Install the most current version.
    I am running the latest version (10.0.45.2)
    Run the Clean Installer to Fix 3rd Party Flash Player Cleaners
    I did not "clean" my computer.
    Troubleshoot Pop-up blockers
    I have no Pop-up or esle blocker  software.
    Ensure that Internet utilities do not block Flash Player
    I tried (uninstall, install and run) without Avast.
    I have windows 7 firewall. I do not know where I can allow ActiveX  controls and Flash (SWF) content. I do not see anything relative to ActiveX an Flash in allowed program list.
    Fix machine crashes when displaying Flash content
    I have no freez or crash.
    Using IE, Shockwave Flash Object is Enabled and vs 10.0.45.2
    Using FF, I have SWF vs  10.0.45.2 and it is Enabled
    I really do not understand !!
    Thanks,
    Ju'

  • My itunes 11 Home sharing is not working with my windows 7 PC and iPad it shows up on iPad and when I go to share the music app does loading for 3 mins and crashes I am using a virgin super hub router please please please help

    My itunes 11 Home sharing is not working with my windows 7 PC and iPad it shows up on iPad and when I go to share the music app does loading for 3 mins and crashes I am using a virgin super hub router please please please help

    My itunes 11 Home sharing is not working with my windows 7 PC and iPad it shows up on iPad and when I go to share the music app does loading for 3 mins and crashes I am using a virgin super hub router please please please help

  • I have a problem with my MacBook Pro is the almost of my app not working at all like a app store and terminal and other important apps please if u can help me as fast as you can cuz i don't wanna format it that's why am on Mac now not win ?

    i have a problem with my MacBook Pro is the almost of my app not working at all like a app store and terminal and other important apps please if u can help me as fast as you can cuz i don't wanna format it that's why am on Mac now not win ?

    Abdussalam.A,
    you mentioned that Terminal does not work at all for your MacBook Pro. What currently happens when you run Terminal? In what way does it not work?

  • ExpressCard/34 not working in BootCamp Windows 7 64-bit. Apple's BIOS emulation does not give enough resources.

    MacBook Pro unibody, 15" 2009
    ExpressCard/34 (Card is by Transcend TS-RDF1, JMicron chip for SD card) is not working in BootCamp Windows 7 64-bit. Windows reports:
    "This device cannot find enough free resources that it can use. (Code 12)
    If you want to use this device, you will need to disable one of the other devices on this system."
    Other data points: Card works fine in Mac OSX, worked under Windows XP 32-bit (initially reported same problem, but works after reboot).
    Checking the forums there seems to be no actual device suggested to actually remove that would help the problem. And even if it was, the concept is ridiculous. What other device would you like to remove? Display adapter? Network adapter? No way. I use all available devices and don't want to compromise.
    It seems like BIOS emulation does not allocate enough resources to ExpressCard.
    Are others having the same problem?
    Does anyone have a fix for this?
    Is there anyone at Apple who cares to provide a solution?

    It is not a driver problem, but a problem in the BIOS emulated by bootcamp on some (not all) MBP models. So unless Apple fixes it in bootcamp, there is no real solution. And obviously, Apple doesn't care. They are dropping the Expresscard slot anyway.
    Unfortunately, this poster seems right: http://forums.macrumors.com/showthread.php?t=912259 :
    The 2008/2009 Macbook Pros don't allow to use the ExpressCard slot because of EFI/Bootcamp errors (Windows Vista/7 cannot allocate an IRQ to the slot). You don't need any drivers for using an ExpressCard slot on Windows, you only need the drivers for the corresponding card you are using.
    Bootcamped XP allowed to use the slot, but you could not use hot-plugging.
    And from the Sonnet site ( http://www.sonnettech.com/product/tempo_sata_express34.html ) :
    Tempo SATA ExpressCard/34 not supported under Windows 7 or Windows Vista when running on unibody MacBook Pro computers. The problem is caused by the MacBook Pro's BIOS emulation, which doesn't allocate enough resources to support certain kinds of Expresscard/34 devices, such as a SATA controller, in these operating systems.
    (added link to Sonnet's explanation)

  • TelemetryClient.TrackException Does Not Include Method Name Or Call Stack (Windows Store App)

    We are attempting to use Application Insights (v0.12.0-build17386) for our Windows Store App.  When we use TelemetryClient.TrackException, no details appear in the azure portal.  The Failed Method is "Could Not Parse" and the Call Stack
    is empty. If we click on the "..." it gives more details but still no method name or call stack information to help us determine where the exception was thrown.  Is this by design, not implemented, or did we miss something obvious?  The
    code is very simple:
    public static void LogException(Exception exception)
    TelemetryClient telemetryClient = new TelemetryClient();
    telemetryClient.TrackException(exception);

    This is a known limitation of this version. It is in the backlog to fix. Note though that 0.13 is out already and fix should be included in the next version (0.14)
    Anastasia

  • HD Audio is not working in bootcamp windows in mac mini 2012

    HD Audio is not working in bootcamp windows in mac mini 2012

    Update to the latest bios: https://forum-en.msi.com/index.php?topic=163918.msg1260356#msg1260356 (Follow the guide)
    >>Clear CMOS<<
    Afterwards update the Intel Management Engine Driver in Windows.
    Reboot and afterwards install current Realtek drivers: http://www.msi.com/service/download/driver-22481.html

  • My sound is not working after downloading windows 10

    My sound is not working after downloading windows 10 please can you help me?

    right click start then select device manager see if there are any yellow ! in triagle symbols next to any device if there is you may need to reinstall the audio driver

  • Dc7700, window7, machine speaker not working. migrating from window xp to 7

    dc7700, window7, machine speaker not working. migrating from window xp to 7

    Hi:
    Just download and install the latest Realtek HD audio driver from the Realtek site.
    Accept the agreement. Download and install either the first or second driver on the list depending on whether you installed the 32 or 64 bit version of W7.
    http://www.realtek.com.tw/downloads/downloadsView.​aspx?Langid=1&PNid=24&PFid=24&Level=4&Conn=3&DownT​...
    Paul

Maybe you are looking for

  • How can I change my BB ID email account ?

    My hotmail account (which I use it to register BB ID) just got blocked I want to know if I can change my registered email related to my BB ID ? can anyone help me on this? Thanks in advance

  • System.out not working on eclipse

    Greetings... I am no longer a newbie on Java, but I have been facing an issue lately that I have been unable to resolve myself, even though it seems to be something so silly. I have been using eclipse for development, and by developing a simple "Just

  • I just updated iPhoto, now iTunes won't sync my photos with my iPhone.

    Earlier today I was able to sync photos just fine. Then I updated iPhoto via the Mac App Store. I connected my iPhone and got this error message from iTunes: iTunes could not locate a supported photo application. Would you like to change your photo s

  • Benefits error

    Hello experts I am getting an error in Benefits v. 4.7 for USA. Would be very thankful if someone can shed some light on it. We have separate life insurance plans for Spouse and Domestic partners. These plans are displayed to all employees and the sy

  • Help with scroll

    Hello, I am currently doing a website for a friend of mine, and I have a little problem that I can't fix myself; The "size" is 1200x800 pix, and here is were the problem is. When a person look at the site with a 1280x800 or smaller a bit of the site