资讯

The JSON file should contain a list of objects, whose keys can be arbitrary. Each of these objects will in turn have a list of key-value pairs, representing the language and the localized string ...
I'm writing an app, that supports multiple languages. All translation strings are stored in locale folder in json files (one for each language). This files are loaded as the app starts. To load data, ...