check out this forum post
After implementing app text into my multi-language app, I’ve come to realize it was a mistake to use the App Text feature and I should have gone with my gut and implemented a translation via the Option Sets.
I believe others have posted in the past about option sets for translations instead of using app text. I was always hesitant because option sets can not be created dynamically or via CSV upload, but I believe plugin was released that does this, or its a chrome extension (I don’t recall, and…
and if it doesn’t have all the details necessary, just search with my handle and multiple languages or multi language or just language and you’ll likely come across several posts of mine outlining the struggles and how to get around every one of them, to the point that your app is just so much faster and better than if it used App Text.
You can do this with go to page action. The page to navigate to can not have content type set. Data to send for go to page action is the path list.
I do this in my apps for speed (go to page action), SEO (path list) and multi language site (first item in path list after page name is language then the remainder of path list).
On the page I just have a group with data type as product and data source is search with constraint using get data from URL which looks at the appropriate path list item n…
@falecom1 no worries, no other plugin does it either
Here is example of the Thai Script (it has Thai and English as some English is not translatable)
ดูเชิงลึกเกี่ยวกับสายพันธุ์กัญชาของ Pineapple Express
desired output would be
ดูเชิงลึกเกี่ยวกับสายพันธุ์กัญชาของ-pineapple-express
Thai script does not use spaces between words
What I get from all plugins is -pineapple-express
bubble built in set things slug does it correctly, but it is not what I want to use as I have a need for multiple l…
My approach is not for an SPA, and the examples you gave of .com/es/playas-de-arena/espana versus .com/beaches/en/sandy-beaches/spain are not examples of URLs that are possible via an SPA in Bubble because when you alter the index pages URL to append a path it makes the url into .com/index
Sure, if you want to have the different languages for the page name, but that is not necessary, and since it would cause an issue and is not necessary it is avoided to achieve the desired result of having m…