If I'm creating a custom list in my code, how can I make fields localized, so when user has set e.g. Polish, he can see field names in polish and when he has English language set, he can see field names in English. Could you give some example?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Using Resource File could be a good choice but it won't allow the content editors to enter the tranlations. Chris Brian talk about the language store which is quite flexible and easy to implement and solution is available at codeplex too |
|||||
|
|
|
Have a look at the property TitleResource of your field. Through this property you can set your field names for each culture. MSDN Description of SetValueForUICulture |
|||
|
|
|
You need to use resources. For example you can use this blog post: Using Resource Files (.resx) when developing SharePoint solutions |
|||
|
|