在 HTML 页面里,有一个 script 标签,locate-reuse-libs.js, 这个 JavaScript 文件触发 manifest.json 的加载与解析:
在加载的 manifest.json 里,咱们能看到 title 对应的 place holder 为 i18n.properties 里的 appTitle.
此处, 函数 fnReplace18nText, 将 Resource Bundle 即 i18n.properties 里的 appTitle 的值提取进去:
读取 i18n_en.properties 的 HTTP 申请,Response Headers 的 Content-Type 为 application/octet-stream:
和 GM4 的相比,少了一个 charset=UTF-8:
Fiori Elements 规范 template HTTP response 的 content-type 字段: 这里的 text/plain; charset=ISO-8859-1:
更多 Jerry 的原创文章,尽在:” 汪子熙 ”: