Hi Nirmal,
The easiest way to do this would be to create a string constant in your Mendix model called 'EnvironmentLabel'
When you deploy your model to your environment, you will be able to set the value for this string to be whatever you want. For example, on your home page, you can use the format string widget to put a nice label that references your constant. In the Mendix Cloud portal, when you deploy to any environment, you can set your string variable to be 'Test' or 'UAT' or 'Production'
There are other options, like using the java action getApplicationURL from the communityCommons app store module, but using a constant gets you the most flexibility. This way you can call your Acceptance environment 'Test' or 'UAT' or whatever you want.
Best,
Rob
If you, visually want to show what environment the user is logged in to, you might want to take a look at the
https://appstore.home.mendix.com/link/app/425//Environment-Badges