This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Overwriting already translated translations
Started by: grzegorzS-19 in: English Support |
3 | 16 | 4 years, 4 months ago | ||
Running custom php depending on the language selected
Started by: grzegorzS-19
in: English Support
Problem: Solution: function my_custom_function() { if(ICL_LANGUAGE_CODE=='en'){ <!--- your code to english---> } elseif(ICL_LANGUAGE_CODE=='de'){ <!---your code to german---> } elseif(ICL_LANGUAGE_CODE=='fr'){ <!---your code to french--- Global site tag (gtag.js) - Google Analytics --> } elseif(ICL_LANGUAGE_CODE=='es'){ <!---your code to spanish---> } } Modify your code according to this and you will get what you want. |
2 | 3 | 4 years, 5 months ago |
All articles written by grzegorzS-19:
No items found