我的Maui应用根据设备语言在不同位置显示图像。

huangapple go评论128阅读模式
英文:

My Maui app is displaying Images in different locations based on the device language

问题

当我的设备设置为英语时,UI对象位于我想要的位置,但在某些语言中,行和列的值会从左到右交换。我想知道如何将UI设置为仅使用英语。这是一个Maui .net Android应用程序。

这里有一个例子:
我的Maui应用根据设备语言在不同位置显示图像。
我的Maui应用根据设备语言在不同位置显示图像。

谢谢你的帮助,这非常重要!!

我看到有人谈论CultureInfo和CurrentUICulture,但对我没有起作用,也许我没有正确更改它或将其添加到错误的位置,如果是这样,我想知道如何以及在哪里使用它。

英文:

When my device is in english the UI objects are where I want to be but in some languages the row and col values gets switched up from left to right.. I would like to know how I can set the UI to be only in english. Its an Maui .net android app.

here is an example -
我的Maui应用根据设备语言在不同位置显示图像。
我的Maui应用根据设备语言在不同位置显示图像。

Thanks for helping, this is really important!!

I have seen people talking about CultureInfo anf CurrentUICulture but it didnt work for me, maybe I didnt change it correctly or added it to the wrong place, if so I would love to know how and where exactly to use it.

答案1

得分: 1

看起来是一个RTL(从右到左)的情况。尝试在你的清单文件中的<application>标签中添加android:supportsRtl="false"

英文:

looks like a RTL case

try to add android:supportsRtl=&quot;false&quot; to &lt;application&gt; tag in your manifest

huangapple
  • 本文由 发表于 2023年7月27日 16:43:29
  • 转载请务必保留本文链接:https://go.coder-hub.com/76777979.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定