0

I want to build my appcelerator application with multi-language.

So I have created one string.xml file and an "en" folder under i18n.

In my controller.js to get the text from this file, I use the following:

L(lang+"login_title")

But when I try to build my application all folders and files under i18n folder are automatically deleted.

What can I do?

4

1 回答 1

2

Alloy 1.8 将 i18n 文件夹重新定位到应用程序中,请阅读这篇文章:relocates-i18n

于 2016-06-14T19:16:20.153 回答