Angular5国际化html方向属性?
Angular 5 Internationalization html direction attribute?
我们如何根据所选文化更改 html dir
中的 angular 5 国际化属性?
我的意思是,自动将其更改为 ltr
或 rtl
!
您可以使用 ltr
。 Html代码是:
<div i18n-dir dir="ltr">
<!-- The rest of the content -->
</div>
我们如何根据所选文化更改 html dir
中的 angular 5 国际化属性?
我的意思是,自动将其更改为 ltr
或 rtl
!
您可以使用 ltr
。 Html代码是:
<div i18n-dir dir="ltr">
<!-- The rest of the content -->
</div>