How to comment the UProperty in C++ and show the comments in Editor according to the user language?

Hi, I am a plugin developer and I am now commenting my UProperty/UFunction in C++ using ‘/** some comments */’ with only one language to display in Editor for user.

What should I do next to comment them with different language for different language user in Editor? How UE Editor develops for different language user? Is there a official way to achieve?