<#ibiztemplate> TARGET=PSSYSAPP </#ibiztemplate> export const localList: any[] = [ <#-- 语言资源列表 --> { type: 'zh-CN', name: '中文简体', }, <#if app.getAllPSAppLans()??> <#list app.getAllPSAppLans() as lans> <#if lans.getLanguage() == 'EN'> { type: 'en-US', name: 'English', }, </#if>
<#if lans.getLanguage() == 'BO_CN'>
{
type: 'BO-CN',
name: 'བོད་ཡིག', }, </#if>
</#list> </#if> ];