{"id":14392402,"date":"2021-05-03T11:49:35","date_gmt":"2021-05-03T11:49:35","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/hook-msls_options_get_available_languages-behaviour\/"},"modified":"2021-05-03T11:49:35","modified_gmt":"2021-05-03T11:49:35","slug":"hook-msls_options_get_available_languages-behaviour","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/hook-msls_options_get_available_languages-behaviour\/","title":{"rendered":"Hook &#8220;msls_options_get_available_languages&#8221; behaviour"},"content":{"rendered":"<p>Hi there,<\/p>\n<p>As a developer coming over from WPML, it&#8217;s refreshing to see how simple this plugin is \ud83d\ude42 Thank-you.<\/p>\n<p>I am adding a language for Swiss French like so:<\/p>\n<pre><code>function my_msls_options_get_available_languages( $languages ) {\n    \n    if (!isset($languages[&#039;fr_CH&#039;])) { $languages[&#039;fr_CH&#039;] = &#039;Switzerland (Francais)&#039;; }\n    \n    return $languages;\n    \n  }\n  \n  add_filter( &#039;msls_options_get_available_languages&#039;, &#039;my_msls_options_get_available_languages&#039; );<\/code><\/pre>\n<p>Within Language Settings &gt; Blog Language, the option I have added only appears in the select element for certain sites not others (no distinguishable pattern).  <\/p>\n<p>Also, the option I have added does not save when clicking &#8220;Update&#8221;.<\/p>\n<p>Grateful for any assistance.<\/p>\n<p>Thanks.<\/p>\n","protected":false},"template":"","class_list":["post-14392402","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/14392402","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/14392402\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=14392402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}