PersianMaterialDateTimePicker
PersianMaterialDateTimePicker copied to clipboard
Dynamic texts
Hi, First of all thanks for the great contribution.
I'm wondering if there is a way to change text and labels grammatically or any other way to set these values to my desired ones.
با سلام و وقت بخیر با تشکر از زحمتی که کشیدید لطفا خاصیتی جهت تغییر عنوان دکمه های تایید و بیخیال ارائه دهید
مخصوصا دکمه بیخیال که برای اپلیکشن های رسمی غیرقابل قبول است
با تشکر فراوان
@sepidevatankhah @eleboys
خیلی راحت میتونید با اضافه کردن این دو خط به فایل استرینگ برنامه تون مشکل رو حل کنید
<string name="mdtp_ok">تایید</string>
<string name="mdtp_cancel">لغو</string>
problem will be simply fix by adding this lines into your string.xml file
<string name="mdtp_ok">OK</string>
<string name="mdtp_cancel">Cancel</string>