Get string from default locale using string in specific locale

后端 未结 8 993
温柔的废话
温柔的废话 2020-12-06 09:58

Ok, I know title sound crazy :)

Here is what I want. My app is localized for device user but information I send back to server need to be all English. My default app

8条回答
  •  渐次进展
    2020-12-06 10:39

    You have to identify the element by something else, like an id, or even the English Name.

    It is not possible to get the original string for a given localized string. One of the reason is that localization of strings is not a transitive function, but there are many other reasons why this is not a good direction.

提交回复
热议问题