AngularJS國際化

AngularJS支持內置的國際化三種類型的過濾器貨幣,日期和數字。只需要根據國家的區域納入相應的JS。默認情況下它處理瀏覽器的語言環境。例如,要使用丹麥語的語言環境,使用下面的腳本

使用丹麥語的語言環境實例

testAngularJS.html

Angular JS Forms

AngularJS Sample Application

{{fees | currency }}

{{admissiondate | date }}

{{rollno | number }}

結果

在Web瀏覽器打開textAngularJS.html。看到結果如下。

AngularJS

使用瀏覽器的語言環境示例

testAngularJS.html

Angular JS Forms

AngularJS Sample Application

{{fees | currency }}

{{admissiondate | date }}

{{rollno | number }}

結果

在Web瀏覽器打開textAngularJS.html。看到結果如下。

AngularJS