• Nikhil Gupta 202
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 5
    Replies

I have created a custom login visualforce page for my community. I also created couple of custom labels. When I am swtiching the language the translation are not coming up it is showing english only.

I have added the translation.

Any suggestion what I am missing?

Id recordId = 'xyz';
String objName = recordId.getSObjectType().getDescribe().getName();


I found the object Name but I also want Label for this recordId. How to use getLabel() on a given recordId?
How can I increase the character limit of Managed Topic in salesforce Community

I have created a custom login visualforce page for my community. I also created couple of custom labels. When I am swtiching the language the translation are not coming up it is showing english only.

I have added the translation.

Any suggestion what I am missing?

Id recordId = 'xyz';
String objName = recordId.getSObjectType().getDescribe().getName();


I found the object Name but I also want Label for this recordId. How to use getLabel() on a given recordId?