Hi Mashle,
My native language is Japanese, then I have the following settings in
my .xsession file.
export LANG=ja_JP.UTF-8
# setups for fcitx-anthy
export XMODIFIERS="@im=fcitx"
export GTK_IM_MODULE="fcitx"
export QT_IM_MODULE="fcitx"
fcitx-autostart
The first line sets the locale setting for the language to Unicode for
Japanese, and most applications will follow this setting.
The third and subsequent lines are settings related to the Input
Method.
Since Japanese cannot be input using only an alphanumeric keyboard,
these settings are necessary. You can omit these if they are not
necessary for your language.
For Firefox, do
pkg_info -Q firefox-i18n
to search the localisation for your language.
If found and installed it, then set it in Preferences->Language.
As for LibreOffice, you can search for it with pkg_info as well.
In my case, there was no libreoffice-i18n-ja for Japanese, so I
downloaded the Japanese language pack (in RPM format for Linux) from
the official LibreOffice website, unpacked it with rpm2cpio, and
overwrote it under /usr/local/lib/libreoffice.
As for the fonts, this depends on what your native language is, so I
can't give you a detailed answer, but I expect you can still find a
suitable one from packages.
If your native language is French, you may find an OpenBSD
customization script called isotop helpful.
https://www.3hg.fr/Isos/isotop/
Regards,
Yoshihiro Kawamata
http://fuguita.org/