How to set Label in Xamarin Mobile Apps ?

Jerry Lipan 916 Reputation points
2022-05-31T02:46:00.153+00:00

Hi. I'm a Xamarin Newbies. I've this in Android Emulator

206902-screenshot-20220531-103425-one-ui-home.jpg

How to change " SFA2 " into Sales Force ?

Which file to open and modify

Please help

Developer technologies .NET Xamarin
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2022-06-01T02:12:26.84+00:00

    Hello,​

    For Android, you can open MainActivity.cs, then find the [Activity] tag, change the Label value to Sales Force like this [Activity(Label = "Sales Force"....)]

    For iOS, please open the Info.plist, change the value of Application Name to Sales Force.

    Best Regards,

    Leon Lu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.