setStoreStrategy
Configures how the translation module reads and persists the active language.
Table of contents
Category
Value
Import
jsimport { setStoreStrategy } from "valyrian.js/translate";Public signature
ts(strategy: { get: () => string; set: (lang: string) => void; }): voidParameters
tsstrategy: { get: () => string; set: (lang: string) => void; }Result
tsvoid