diff --git a/frameworks/src/core/components/text_component.cpp b/frameworks/src/core/components/text_component.cpp index 2e0fca3..7970fcb 100644 --- a/frameworks/src/core/components/text_component.cpp +++ b/frameworks/src/core/components/text_component.cpp @@ -41,6 +41,7 @@ bool TextComponent::CreateNativeViews() { /* set default text OverFlow clip */ uiLabel_.SetLineBreakMode(overflowMode_); + uiLabel_.SetAlign(UITextLanguageAlignment::TEXT_ALIGNMENT_LEFT, UITextLanguageAlignment::TEXT_ALIGNMENT_CENTER); return CopyFontFamily(fontFamily_, ProductAdapter::GetDefaultFontFamilyName()); }