Custom edit text that allow only one language

LocalizedEditText
Custom edit text that allow only one language
Supported languages :
Arabic , English
Default language :
English
Examples :
<mostafagad.projects.localizededittext.AndroidLocalizedEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Enter text"
android:textColorHint="@color/black"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:used_language="en" />
Getting Started
Step 1: Add it to build.gradle (project level) at the end of repositories:
allprojects
{
repositories
{
maven { url 'https://jitpack.io' }
}
}
Step 2 : Add the dependency
implementation 'com.github.MostafaGad1911:LocalizedEditTextInput:1.1.0'