How to localize and change PC-Game's Product Name(MenuBarTitle)?

There is PlayerSettings.productName in using Unity Editor, and we know OS’s language on Application.SysytemLanguage.
But I don’t know how I can localize productname(MenuBarTitle) when I write these.
Please tell me.

If you are already able to get the localization, then you can modify the value via the PlayerSetting class.