xamarin/Xamarin.Forms
[UWP] Switching between cultures on Run-time in release mode
开放
#6,875 创建于 2019年7月15日
a/binding ⛓a/l10ne/5 :clock5:help wantedp/UWPt/bug :bug:up-for-grabs
仓库指标
- 星标
- (5,644 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Description
We can't switch between cultures on Run-time in release mode. Everything is working fine in debug mode!
Notes: 1- My PC culture is "en-US". 2- If we don't use binding, everything is working as we expected.
Steps to Reproduce
- Run app in debug mode.
- Switch between cultures by clicking on buttons and everything is working as we expected.
- Run app in release mode
- Switch between cultures by clicking on buttons.
- When we on "en-US" culture and we are going to switch to "en-GB" culture, we must double click on Convert to Pound button to take effect.
Expected Behavior
On debug mode : By one click on "Convert to Pound" button "en-GB" culture takes effect. On release mode By one click on "Convert to Pound" button "en-GB" culture takes effect.
Actual Behavior
On debug mode : By one click on "Convert to Pound" button "en-GB" culture takes effect. On release mode : By double click on "Convert to Pound" button "en-GB" culture takes effect.
Basic Information
- Version with issue: 4.1.0.581479
- Last known good version: -
- IDE: Visual Studio 2019 16.1.6
- Platform Target Frameworks:
- UWP: 16299
- Nuget Packages: Xamarin.Forms, Xamarin.Essentials
- Affected Devices: Windows 10 version 1809 build number 17763