Most frontends (I don't know any, really) doesn't allow you to set a default language for your post. For that reason, a lot of frontends allow you to post without any language selected, while defaulting to English. But that is not universally true. Photon recently started requiring language to be selected and started defaulting to Undetermined language. This now creates unnecessary friction when the community doesn't have it as allowed language and requires the user to select allowed language for every single post.
It really is a simple change on your end that will take you seconds, but can save a lot of time in the long run and some frustration for people that want to post in your communities.
On lemmy-ui frontend you can change it by going to community settings and under languages you can select multiple ones by holding Ctrl key.
P.S. This community is a great example of one that doesn't allow Undetermined language.
but can save a lot of time in the long run and some frustration for people that want to post in your communities.
On the other hand, it will most likely mean that people will just default to post without any language. And if no one does it, then why bother with the option at all?
My feeling is that the "right" way to fix this is by improving the client, instead of just making things completely relaxed.
Personally? because I don't really care about comments and posts from people who think that 5 seconds to select an option is too much time.
Some friction is a good thing. If having to select the language to complete the post works as a filter, then you can bet that the ones being caught in that are the ones who are less likely to add anything meaningful or thoughtful to the discussion.
In the next version or the one after that, I believe it will default to your browser/system language. The undetermined language thing isn't actually good for anyone.
Least of all, people finding communities in their tongue.
If Sync ever updates, I hope it adds language to the post form.
The undetermined language thing isn't actually good for anyone.
How is it bad? I never said it was good, I said it's a friction point with a zero cost solution until setting default language for posts becomes available on all clients.
Least of all, people finding communities in their tongue.
Language specific instances can already set allowed languages on instance-level that can't be overwritten by communities, so it's a non-issue.
One of the things that really make sense but might be overkill is to have integration with any of the open source Large Language Models. The client could wouldn't have to ask the user or rely or system settings, and autodetect the language. Depending on the content, it would even make sense to have some override system (e.g, I am not fluent in Spanish, but I would be interested in seeing football news from La Liga directly in Spanish without having to wait for the UK newspapers to pick it up)
Rather, make Language a required field so I don’t have to spend time blocking users and/or communities who post content in languages other than what I want.
On lemmy-ui frontend you can change it by going to community settings and under languages you can select multiple ones by holding Ctrl key.
Thank you for this information! I thought you can only select one language in your personal settings and thats why I haven't selected any language at all until now, but selecting multiple ones works the same way as you described it for the community settings. Maybe this should be clarified on the settings page.
I don't think I intended for photon to require a language to be selected. If it's left unselected, does it use your profile default? If so, I made a bug.
It selects Undetermined by default and there is no way to change default in Photon settings or profile settings. The only way to change the language is on per post basis.
On lemmy-ui frontend you can change it by going to community settings and under languages you can select multiple ones by holding Shift key.
Probably better to use the Ctrl key - if you click 'Undetermined' and then Shift-click 'English' it will select both and everything in between, but if click 'Undetermined' and then Ctrl-click 'English' it'll just select the two.
Hey, I recently updated photon (v1.31.3) and unintentionally fixed this issue (mostly). It'll now default to undefined language, so it'll use the community default when posting. You'll need to click "set language" if you want to explicitly set one.
This community is a great example of one that doesn’t allow Undetermined language.
This was done to have proper tagging of the language used.
Lemmy UI will automatically match the community language with yours to find a match, English in this case. I never have to select English when posting here
I would rather have the front ends have a default language than allow Undetermined for the community but we can of course discuss
lemmy-ui setting for languages is not exclusive for posting. It also determines what posts you will see. If you only select a single language, you will not see posts from other languages (including undetermined).
And it defaults to English on lemmy-ui even if undetermined is an available language by instance/community if no language is selected, which is not ideal either. Undetermined has id = 0, English has id = 37, so it's not based on numbered order.
I feel like community sentiment and Lemmy team are in conflict about undetermined language. If communities that are not language specific are excluding it to create artificial friction, then the whole undetermined language should be removed from Lemmy software and user-defined defaults added to replace it, as other Fedi platform does.
lemmy-ui setting for languages is not exclusive for posting. It also determines what posts you will see. If you only select a single language, you will not see posts from other languages (including undetermined).
Indeed, that's why my settings are
Undetermined and English for my account
English only at the community level for the ones I mod
That way I can still see Undetermined posts, but Spanish only speakers wouldn't see posts from my communities
And it defaults to English on lemmy-ui even if undetermined is an available language by instance/community if no language is selected, which is not ideal either.
Are you sure? I noticed the opposite (all languages displayed by default), and I created this alt a few days ago
Actually, if a users doesn't select a language, the client is supposed to submit the post without any language selected (not even undetermined). THE SERVER then defaults the post to one of the languages allowed in the community.
This is probably how Photon has worked until now, since it obviously never got an error no matter where you posted, even though it didn't have a language selector at all.
But since photon now has a language selector, it is now defaulting to making posts with "undetermined" unless the user changes it, instead of null. If it was using an actual null value then the posts would be correctly defaulting to something valid for the community.
Source: Thunder ran into the same issue when language selection was added to posting and commenting.