I created BDC Model for Sharepoint 2013 using Visual Studio. My model is work good with related entites, the problem is in language that is displayed to the user in the label of external list generated by sharepoint based in model BDC in especial in the dialog picker for select record, for detail see image attached.
PickerDialogAndLabelForm_English.PNG
PickerDialogAndLabelForm_Spanish.PNG
The Native Language for my installation server Sharepoint 2013 is English with language pack in Spanish.
I tested in two language English and Spanish, the problem is with the Spanish, but for English i need add the following in the BDC Model XML , but in spanish not work :
<Entity Name=”RecordStatus” Namespace=”XHRM.Business.Model.MappingTable” Version=”1.0.0.68″ DefaultDisplayName=”$Resources:XHRM.Mapping.Label,RecordStatus;”>
<LocalizedDisplayNames>
<LocalizedDisplayName LCID=”1033″>Record Status 222</LocalizedDisplayName>
<LocalizedDisplayName LCID=”1034″>Estado Registro 222</LocalizedDisplayName>
</LocalizedDisplayNames>
…..
Appreciating your help,
Marlon Aburto