Hello,
We are using Telrik reporting 2008 and we want to make it bilingual in French and English.
We have report classes in App_code folder and report viewer on an aspx page in the root of the directory.
We have created the resx files.Like for AllOrders.cs ,we created AllOrders.resx and AllOrders.fr-FR.resx by following telrik support and added the namespaces threading and globlization in the page containing report viewer.
We added required localization code in the same viewer page.
But when we run it we get always this error.
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "AllOrders.resources" was correctly embedded or linked into assembly
Can you please guide us how make it bilinguial in our case, the steps please?
We are using Telrik reporting 2008 and we want to make it bilingual in French and English.
We have report classes in App_code folder and report viewer on an aspx page in the root of the directory.
We have created the resx files.Like for AllOrders.cs ,we created AllOrders.resx and AllOrders.fr-FR.resx by following telrik support and added the namespaces threading and globlization in the page containing report viewer.
We added required localization code in the same viewer page.
But when we run it we get always this error.
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "AllOrders.resources" was correctly embedded or linked into assembly
Can you please guide us how make it bilinguial in our case, the steps please?