Hi all,
I need to globalise my web app from english into french. I have created a .resx resource file for both languages but now am unsure of a way of setiing which resource file is to be used. For example:
A French user logs on to the application, when the page loads for him I need the resource file to point to the french one so all label.text descriptions are brought from the correct file using the GetString format.
Hope you can help me :)
Many thanks in advance.
I need to globalise my web app from english into french. I have created a .resx resource file for both languages but now am unsure of a way of setiing which resource file is to be used. For example:
A French user logs on to the application, when the page loads for him I need the resource file to point to the french one so all label.text descriptions are brought from the correct file using the GetString format.
Hope you can help me :)
Many thanks in advance.
Comment