私は速度を使用しています。
page.html
...
#set($localDecimal='#,##0.00')
#set($localInteger='#,##0')
#set($localNumber='#,##0')
#set($localCurrency=${currentCurrency}+'#,##0.00')
...
#parse('welcome.html')
...
ようこそ.html
$localNumber
とは#,##0
反対に$localNumber
、ページが[親テンプレート]welcome.html
から設定された変数を選択していないようですpage.html
私は何を間違っていますか?