You're correct, that's not what I was thinking. I know that Arches/Django does support multiple languages for the app's interface, but I haven't explored this option myself yet. I'll be interested to know what you find, and if I can look into it soon I'll let you know.
Adam On Mon, Jun 6, 2016 at 8:12 AM, <[email protected]> wrote: > I am not sure I explained myself correctly Adam. Let me try again: we have > translated our entire platform in Arabic, including both the static strings > which Django reads via the .mo file and our nodes and concepts. The > translations for the latter two have been entered via the RDM as altLabels > selecting Arabic as a language. Arabic had been previously added as a > language via the Django admin panel (Models -> d_languages). > > Now, what I want to do is to be able to select the appropriate app > language in the header dropdown so that, when I select Arabic, I get the > whole app to be shown in Arabic. Do I have to write this whole class from > scratch? Or does something exist already to support multilingual apps? > > Andrea > > > On Wednesday, June 1, 2016 at 10:38:48 PM UTC+1, Adam Cox wrote: >> >> Hi Andrea, technically this is possible, but I don't think it would do >> what you are hoping... The Languages dropdown is meant to be configured to >> allow the user to change the app's interface language, while the language >> concepts are only meant to be attributes for a resource (the language that >> an Information Resource is written in, for example). >> >> Adam >> >> On Wednesday, May 25, 2016 at 12:59:08 AM UTC-6, [email protected] >> wrote: >>> >>> Hi All, >>> >>> I am in need to change the static 'Languages' dropdown menu in the >>> header.htm template to a dynamic one looping through the list of languages >>> in the concepts.d_languages table. Has someone already written this code ? >>> I couldn't figure out how to read the language table via Django tags. >>> >>> Best, >>> >>> Andrea >>> >> -- > -- To post, send email to [email protected]. To unsubscribe, > send email to [email protected]. For more > information, visit https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
