我想发布一个意大利语应用程序但是当我将它插入商店时,我只能选择国际语言(英语)。
I would like to publish an ITALIAN APP but when i insert it in the store i can only chose International language (ENGLISH).
你能帮助我吗?
在XAp信息中:
网友1解答:
在AssemblyInfo.cs文件中,在文件夹 属性下,更改行
In the file AssemblyInfo.cs, under the folder Properties, change the line
[assembly: NeutralResourcesLanguageAttribute("en")]
with
[assembly: NeutralResourcesLanguageAttribute("it")]
Ciao, Marco
Ciao, Marco