How can I localise style names

Is it possible to localise the style names? I see that macOS has localised them for their system fonts:

	<nameTableEntry nameTypeID="2" nameTypeName="Style">
		<localizedName platformID="1" platformName="Macintosh" scriptID="0" scriptName="Roman" languageID="0" languageName="English" isRawHex="NO">Regular</localizedName>
		<localizedName platformID="3" platformName="Microsoft" scriptID="1" scriptName="Unicode" languageID="1033" languageName="English, United States" isRawHex="NO">Regular</localizedName>
		<localizedName platformID="3" platformName="Microsoft" scriptID="1" scriptName="Unicode" languageID="1081" languageName="Hindi" isRawHex="NO">रेग्युलर</localizedName>
		<localizedName platformID="3" platformName="Microsoft" scriptID="1" scriptName="Unicode" languageID="1097" languageName="Tamil" isRawHex="NO">ரெகுலர்</localizedName>
	</nameTableEntry>

Like to use the proper localised names for mine.

In Font Info, you add default (typically English or whatever Lingua Franca makes sense in your context) and then you click on the plus button next to it, pick a language and add the text.

Okay, I see it. Thank you!