Hi,
I have a question about multilanguage field titles.
With C# and CSOM is all clear - i can setup TitleResources for all languages.web.TitleResource.SetValueForUICulture("en-US", "Localize Me"); web.TitleResource.SetValueForUICulture("fi-FI", "Kielikäännä minut"); web.TitleResource.SetValueForUICulture("fr-FR", "Localize Me to French");
BUT i have to do this with JSOM (JavaScript Object Model) I can't find way to do this. If i change field title - it only changes for default language.
Is it possible with JSOM?
Best Regards
Raimonds