Category / Section
How to get the localized return key on the iOS keyboard in Xamarin.Forms numeric controls
2 mins read
From Volume 4 2017 release, we have provided a support to localize the text for “Return” key of Keyboard in iOS by these following steps.
Step 1 : Add a new file named as “Localizable.strings” in the Resource folder of Xamarin.Forms iOS project.
Step 2: In the Localizable.strings file enter the equivalent text to “Return” key based on your culture as follows.
Finally, you can view the provided cultured based text for the Return key.
Output