can the astro file which specific locale be used preferentially #50
-
for example, my project structure is like this: -- pages the default locale is en, and can this feature be implemented? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @minzojian, Have you tried switching out your components inside the Or, have you tried excluding that page |
Beta Was this translation helpful? Give feedback.
Hey @minzojian,
Have you tried switching out your components inside the
index.astro
file depending on the language? That’s how I would recommend customizing your pages depending on the language.Or, have you tried excluding that page
pages/index.astro
withexclude
? That would mean you would have to make a custom page for each language though